Class WCoordinateSystem
This 3D Widget represents a coordinate system.
public class WCoordinateSystem : UnmanagedObject, IDisposable, IWidget3D, IWidget
- Inheritance
-
WCoordinateSystem
- Implements
- Inherited Members
Constructors
WCoordinateSystem(double)
Constructs a WCoordinateSystem.
public WCoordinateSystem(double scale = 1)
Parameters
scale
doubleDetermines the size of the axes.
Properties
GetWidget
Get the pointer to the Widget obj
public nint GetWidget { get; }
Property Value
GetWidget3D
Get the pointer to the Widget3D obj
public nint GetWidget3D { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this WCoordinateSysyem object
protected override void DisposeObject()