Click or drag to resize

RenderContentUngroup Method

Remove this content from any instance group it may be a member of. Does not record undo but does send the OnContentGroupIdChanged event.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.26
Syntax
public bool Ungroup()

Return Value

Type: Boolean
true if content was ungrouped, \e false if it was not part of a group.
See Also