Exports the input bodies to the specified file.
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
Type | Description |
boolean | Returns true if the export was successful. |
Name | Type | Description |
bodies | BRepBody[] | An array of BRepBody objects that you want to export. |
filename | string | The filename to write the BRepBody objects to. The type of file to create is inferred from the extension of the file. The valid extensions are ".sat" and ".smt". |
Name | Description |
TemporaryBRepManager API Sample | TemporaryBRepManager related functions |