TemporaryBRepManager.createFromFile Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Creates new BRepBody objects based on the contents of the specified file.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.createFromFile(filename)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->createFromFile(filename);
|
Return Value
BRepBodies |
A BRepBodies collection object is returned which can contain multiple BRepBody objects. null is returned in the case where it was unable to read the file. |
Parameters
filename |
string |
The full path and name of the file to read in. This can be a SMT, SMB, SAT, or SAB file. |
Samples
Version
Introduced in version December 2017