Shapes to include in the STEP file.
Optional unit settings for the STEP writer.
OptionalmodelUnit?: SupportedUnitModel unit; defaults to the write unit.
Optionalunit?: SupportedUnitWrite unit (e.g. 'MM', 'INCH').
Result containing a Blob with MIME type application/STEP.
Create an XCAF document from shape configs and export as a STEP blob.
Builds an in-memory XCAF assembly with named, colored shape nodes, writes it through
STEPCAFControl_Writer, and returns the file contents as aBlob. The XCAF document is deleted after export to avoid memory leaks.