File3dmObject.Geometry Property

File3dmObjectGeometry Property

Gets the geometry that is linked with this document object.

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

Property Value

Type: GeometryBase
See Also