CutomGroupObject?

Hello,

I’ve seen the possibility of creating custom object based on thses RhinoCommon api.

However, as I understood, it only allows to custom single geometry(Brep or Curve or Point) with extra meta data. What I would like is to make a custom container with default label, axis etc. where user can add other geometries inside.

This sounds more like a CustomGroupObject but unfortunately RhinoCommon doesn’t provide that.

Can I ask is there a way to achieve this?

Thanks ahead.
Best,
Chen

1 Like

Hello @jessen.ch,

The meta data added to a custom object could also be virtual geometry or guids of objects in the rhinodoc.

If you just want the functionalities of groups with some added meta data on top you could add UserData to a group.