add_object# ModelPlotter.add_object(cad_path, cad_color: str = 'dodgerblue', opacity: int = 1, units: str = 'mm') → bool# 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