Optional colorThe optional color to set to override the DMU colors. 'restoreDMUColors' is used to reset the DMU color to their origin in case a previous WorkingSet3DExportInterface would have set a specific color for the parts belonging to the intersection of the given working sets.
Optional transformsThe optional transforms to apply to each geometric instance inside this WorkingSetInterface. This may contain matrices or explosions to apply to each geometric instance inside this WorkingSetInterface.
transforms size is limited to maximum 64 items.
Note: transforms are cumulated from left to right (first transforms[0], then transforms[1], etc ....).
The given working set to export.
The WorkingSet3DExportInterface interface defines the data included in a export procedure called by DataSessionInterface.export3D.
Only WorkingSetInterface may be included in a export procedure, individual geometric instance ids cannot be exported.
It consists in a WorkingSetInterface, an optional color modifier to override the default DMU colors and some optional transform parameters, either a fixed transformation or an exploded view.
or asynchronously :
Please make sure the destination browser supports promises before using async calls.
See