add_object#

ModelPlotter.add_object(cad_path, cad_color='dodgerblue', opacity=1, units='mm')[source]#

Add a mesh file to the scenario.

The mesh file can be an object or any of the PyVista supported files.

Parameters:
cad_pathstr

Full path to the file.

cad_colorstr or tuple

Can be a string with color name or a tuple with (r,g,b) values. The default value is "dodgerblue".

opacityfloat

Value between 0 to 1 of opacity. The default value is 1.

unitsstr

Model units. The default value is "mm".

Returns:
bool