Creates a C3MFExportOptions object that's used to export a design in 3MF format. Creation of the C3MFExportOptions object does not perform the export. You must pass this object to the ExportManager.execute method to perform the export.
"exportManager_var" is a variable referencing an ExportManager object.
|
"exportManager_var" is a variable referencing an ExportManager object.
|
Type | Description |
C3MFExportOptions | The created createC3MFExportOptions object or null if the creation failed. |
Name | Type | Description |
geometry | Base | The geometry to export. This can be a BRepBody, Occurrence, or Component object. |
filename | string | The filename of the 3MF file to be created. This is optional and can be left out if the mesh will be opened in a mesh editor. This is an optional argument whose default value is "". |