get_model_plotter_geometries#
- PostProcessorIcepak.get_model_plotter_geometries(objects: list[str] = None, plot_as_separate_objects: bool = True, plot_air_objects: bool = False, force_opacity_value: float = None, array_coordinates: list[list[float]] = None, generate_mesh: bool = True, get_objects_from_aedt: bool = True) ModelPlotter#
Initialize the Model Plotter object with actual modeler objects and return it.
- Parameters:
- objects
list,optional Optional list of objects to plot. If None all objects will be exported.
- plot_as_separate_objectsbool,
optional Plot each object separately. It may require more time to export from AEDT.
- plot_air_objectsbool,
optional Plot also air and vacuum objects.
- force_opacity_value
float,optional Opacity value between 0 and 1 to be applied to all model. If None aedt opacity will be applied to each object.
- array_coordinates
listoflist List of array element centers. The modeler objects will be duplicated and translated. List of [[x1,y1,z1], [x2,y2,z2]…].
- generate_meshbool,
optional Whether to generate the mesh after importing objects. The default is
True.- get_objects_from_aedtbool,
optional Whether to export objects from AEDT and initialize them. The default is
True.
- objects
- Returns:
ansys.aedt.core.generic.plot.ModelPlotterModel Object.