plot_iter# MapdlPlotter.plot_iter(plotting_list, name_filter=None, **plotting_options)# Add a list of objects to the plotter. パラメーター: plotting_listIterable[Any]Iterable of objects to add to the plotter. name_filterstr, optionalFilter to apply to the objects. The default is None. 戻り値の型: None