Defines that a STEP export is to be done and specifies the various options.
| filename |
Gets and sets the filename that the exported file will be written to. This can be empty in the case of STL export and sending the result to the mesh editor. |
| geometry |
Specifies the geometry to export. This can be Occurrence, or the root Component. For STLExport, we also support BRepBody. |
| isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
| objectType |
Returns a string indicating the type of the object. |
| wantTempIds |
Indicates if the STEP file should include the Fusion temporary IDs for faces and edges. Outside services can use these IDs with the findByTempId method of the BRepBody, which will return the given entity. The default is false. |