RhinoDoc.GroundPlane Property

RhinoDocGroundPlane Property

Gets the ground plane of this document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public GroundPlane GroundPlane { get; }
Public ReadOnly Property GroundPlane As GroundPlane
	Get

Property Value

Type: GroundPlane
Exceptions
ExceptionCondition
RdkNotLoadedExceptionIf the RDK is not loaded.
See Also