create_3d_plot#

PostProcessor.create_3d_plot(solution_data, nominal_sweep=None, nominal_value=None, primary_sweep='Theta', secondary_sweep='Phi', snapshot_path=None, show=True)[source]#

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.