Click or drag to resize

UserInterfaceControlTrackingPoint Property

3d location that control "sticks" to if not null

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Point3d? TrackingPoint { get; set; }

Property Value

Type: NullablePoint3d
See Also