plot#

Object3d.plot(show=True)[source]#

Plot model with PyVista.

Parameters:
showbool, optional

Show the plot after generation. The default value is True.

Returns:
pyaedt.generic.plot.ModelPlotter

Model Object.

Notes

Works from AEDT 2021.2 in CPython only. PyVista has to be installed.