EarthAnchorPointGetEarthAnchorPlane Method |
Returns the earth anchor plane
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Plane GetEarthAnchorPlane(
out Vector3d anchorNorth
)
Public Function GetEarthAnchorPlane (
<OutAttribute> ByRef anchorNorth As Vector3d
) As Plane
Parameters
- anchorNorth
- Type: Rhino.GeometryVector3d
[Missing <param name="anchorNorth"/> documentation for "M:Rhino.DocObjects.EarthAnchorPoint.GetEarthAnchorPlane(Rhino.Geometry.Vector3d@)"]
Return Value
Type:
PlaneA plane value.
See Also