create_3d_plot#

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

Create a 3D plot using Matplotlib.

Parameters:
solution_datapyaedt.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".

Returns:
bool

True when successful, False when failed.