rhino3dm
rhino3dm copied to clipboard
Add BrepObject.GetSubObjects()
RhinoCommon: https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_DocObjects_RhinoObject_GetSubObjects.htm
A BrepObject
can be composed of several subobjects, each with their own material. BrepObject.GetSubObjects()
returns the parts of each BrepObject
, each with their attributes and material id.
(If there is an alternative way of getting the subobject attributes, then that would be ok as well)
Linked with RH3DM-136
DocObjects are not part of rhino3dm