RhinoObjectGeometry Property |
Rhino 5 for Windows
Gets the underlying geometry for this object.
All rhino objects are composed of geometry and attributes.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic GeometryBase Geometry { get; }
Public ReadOnly Property Geometry As GeometryBase
Get
Property Value
Type:
GeometryBase
See Also