plot_iter# MapdlPlotter.plot_iter(plotting_list, name_filter=None, **plotting_options)# Add a list of objects to the plotter. Parameters: plotting_listIterable[Any]Iterable of objects to add to the plotter. name_filterstr, optionalFilter to apply to the objects. The default is None. Return type: None