export_model_obj#

PostProcessor.export_model_obj(assignment=None, export_path=None, export_as_single_objects=False, air_objects=False)[source]#

Export the model.

Parameters:
assignmentlist, optional

List of objects to export. Export every model object except 3D ones and vacuum and air objects.

export_pathstr, optional

Full path of the exported OBJ file.

export_as_single_objectsbool, optional

Whether to export the model as single object. The default is False, in which case is exported asa list of objects for each object.

air_objectsbool, optional

Whether to export air and vacuum objects. The default is False.

Returns:
list

List of paths for OBJ files.