plot_iter#

PrimePlotter.plot_iter(plotting_list, name_filter=None, update=False, **plotting_options)#

Add a list of any type of object to the scene.

Allowed types are PyPrime models or any PyVista plottable object.

Parameters:
plotting_listList[Any]

List of objects to plot.

name_filterstr, default: None

Regular expression with the desired name or names to include in the plotter.

update: bool, default: False

Whether to update the display.

**plotting_optionsdict, default: None

Keyword arguments. For allowable keyword arguments, see the Plotter.add_mesh method. Options only applied to PyVista plottable objects.

Return type:

None