Find whether selected object is in a group or not using Rhinopython

Hi @dale,

How to find out whether the selected object is in a group or not using rhinocommon?

Use ObjectAttributes.GroupCount.

– Dale

1 Like