ansys/pyansys-geometry

PLOTTING: allow filtering by name

Closed this issue · 0 comments

Say we ask for the PlotterHelper to plot an entire Design.

It would be nice as well if the plotter helper had some kind of filter capabilities that, if you pass in MySpecificBody_, only elements that start/contain MySpecificBody_ in their name are represented.

PlotterHelper.plot(design, filter="MySpecificBody_")