mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
593 stars 134 forks source link

Create new groups in File3dm #417

Closed cedemax closed 8 months ago

cedemax commented 2 years ago

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?

sbaer commented 2 years ago

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

fraguada commented 11 months ago

fyi, this already works in js and py

fraguada commented 11 months ago

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

fraguada commented 8 months ago

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