add_object# ModelPlotter.add_object(cad_path, cad_color='dodgerblue', opacity=1, units='mm')# Add a mesh file to the scenario. The mesh file can be an object or any of the PyVista supported files. Parameters: cad_pathstrFull path to the file. cad_colorstr or tupleCan be a string with color name or a tuple with (r,g,b) values. The default value is "dodgerblue". opacityfloatValue between 0 to 1 of opacity. The default value is 1. unitsstrModel units. The default value is "mm". Returns: bool