Click or drag to resize

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)
Since: 5.0
Syntax
public virtual GeometryBase Geometry { get; }

Property Value

Type: GeometryBase
See Also