Click or drag to resize

RhinoObjectGetSubObjects Method

Explodes the object into sub-objects. It is up to the caller to add the returned objects to the document.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject[] GetSubObjects()

Return Value

Type: RhinoObject
An array of Rhino objects, or null if this object cannot be exploded.
See Also