rhino3dm icon indicating copy to clipboard operation
rhino3dm copied to clipboard

Add BrepObject.GetSubObjects()

Open fraguada opened this issue 4 years ago • 1 comments

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)

fraguada avatar Jan 29 '21 14:01 fraguada

Linked with RH3DM-136

mcneel-build avatar Jan 29 '21 14:01 mcneel-build

DocObjects are not part of rhino3dm

fraguada avatar May 18 '23 19:05 fraguada