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)
Syntaxpublic GeometryBase Geometry { get; }Public ReadOnly Property Geometry As GeometryBase
Get
Property Value
Type:
GeometryBase
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also