export_model_obj#
- PostProcessor3D.export_model_obj(assignment=None, export_path=None, export_as_multiple_objects=False, air_objects=False)#
Export the model.
- Parameters:
- assignment
list
of
str
,optional
List of strings with names of objects to export. Default is
None
in which case export every model object except 3D ones and vacuum and air objects.- export_path
str
,optional
Full path of the exported OBJ file.
- export_as_multiple_objectsbool,
optional
Whether to export the model as multiple objects or not. Default is
False
in which case the model is exported as single object.- air_objectsbool,
optional
Whether to export air and vacuum objects. The default is
False
.
- assignment
- Returns:
list
Paths for OBJ files.