How to find nested empty group

Hi,

if a nested group that contains an empty group,how to find it.?

Hi @vijay_sarathy,

Rhino does not have nested groups. However, it is possible for an object go belong to more than one group.

If you want to search for empty groups, just iterate the group table,RhinoDoc.Groups, and look for groups that don’t have any object, GroupTable.GroupObjectCount.

– Dale

1 Like