UserInterfaceControlTrackingPoint Property |
3d location that control "sticks" to if not null
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Point3d? TrackingPoint { get; set; }Public Property TrackingPoint As Point3d?
Get
Set
Property Value
Type:
NullablePoint3d
See Also