rhino3dm icon indicating copy to clipboard operation
rhino3dm copied to clipboard

Create new groups in File3dm

Open cedemax opened this issue 3 years ago • 1 comments

It seems that there is no way to add groups/group objects when creating a new File3DM object. This would be very useful, as groups are a great feature. Is there a reason why groups cannot be created?

There are methods on ObjectAttributes to add to groups and remove from groups, but these don't seem to create new groups?

cedemax avatar Sep 14 '21 19:09 cedemax

I looks like we need to expose some additional Add routines to the GroupTable on File3dm

sbaer avatar Sep 23 '21 18:09 sbaer

fyi, this already works in js and py

fraguada avatar Oct 05 '23 11:10 fraguada

We will need to add a way to create a group object outside of Rhino SDK.

fraguada avatar Oct 05 '23 11:10 fraguada

This has been added via https://github.com/mcneel/rhino3dm/pull/574

fraguada avatar Dec 18 '23 15:12 fraguada