plot#
- Polyline.plot(show: bool = True) ModelPlotter#
Plot model with PyVista.
- Parameters:
- showbool,
optional Show the plot after generation. The default value is
True.
- showbool,
- Returns:
ansys.aedt.core.generic.plot.ModelPlotterModel Object.
Notes
Works from AEDT 2021.2 in CPython only. PyVista has to be installed.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.plot(show=True)