ObjClass#

class ansys.aedt.core.visualization.plot.pyvista.ObjClass(path, color, opacity, units)[source]#

Manages mesh files to be plotted in pyvista.

Parameters:
pathstr

Full path to the file.

colorstr or tuple

Can be a string with color name or a tuple with (r,g,b) values.

opacityfloat

Value between 0 to 1 of opacity.

unitsstr

Model units.

Attributes