export_model_obj#
- PostProcessor3DLayout.export_model_obj(assignment: str | list[str] = None, export_path: str | Path = None, export_as_multiple_objects: bool = False, air_objects: bool = False) list[str]#
Export the model.
- Parameters:
- assignment
listofstr,optional List of strings with names of objects to export. Default is
Nonein 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
Falsein 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:
listPaths for OBJ files.