EarthAnchorPointGetModelCompass Method |
Returns a plane in model coordinates whose X axis points East,
Y axis points North and Z axis points Up. The origin
is set to ModelBasepoint.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Plane GetModelCompass()
Public Function GetModelCompass As Plane
Return Value
Type:
PlaneA plane value. This might be invalid on error.
See Also