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_list
List[Any] List of objects to plot.
- name_filter
str, 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_options
dict, default:None Keyword arguments. For allowable keyword arguments, see the
Plotter.add_meshmethod. Options only applied to PyVista plottable objects.
- plotting_list
- Return type: