RhinoObject.Geometry Property

RhinoObjectGeometry Property

Gets the underlying geometry for this object.

All rhino objects are composed of geometry and attributes.

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

Property Value

Type: GeometryBase
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also