export_model_obj#

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

Export the model.

Parameters:
obj_listlist, optional

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

export_pathstr, optional

Full path of the exported obj file.

export_as_single_objectsbool, optional

Define if the model will be exported as single obj or list of objs for each object.

air_objectsbool, optional

Define if air and vacuum objects will be exported.

Returns:
list

Files obj path.