TemporaryBRepManager.exportToFile Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Exports the input bodies to the specified file.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.exportToFile(bodies, filename)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->exportToFile(bodies, filename);
|
Return Value
boolean |
Returns true if the export was successful. |
Parameters
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". |
Samples
Version
Introduced in version December 2017