create_3d_plot#

PostProcessorIcepak.create_3d_plot(solution_data: Any, nominal_sweep: str | None = None, nominal_value: str | None = None, primary_sweep: str = 'Theta', secondary_sweep: str = 'Phi', snapshot_path: str | Path | None = None, show: bool = True) bool#

Create a 3D plot using Matplotlib.

Parameters:
solution_dataansys.aedt.core.modules.solutions.SolutionData

Input data for the solution.

nominal_sweepstr, optional

Name of the nominal sweep. The default is None.

nominal_valuestr, optional

Value for the nominal sweep. The default is None.

primary_sweepstr, optional

Primary sweep. The default is "Theta".

secondary_sweepstr, optional

Secondary sweep. The default is "Phi".

snapshot_pathstr, optional

Full path to image file if a snapshot is needed. The default is None.

showbool, optional

Whether if show the plot or not. Default is set to True.

Returns:
bool

True when successful, False when failed.