create_3d_plot#
- PostProcessor3DLayout.create_3d_plot(solution_data, nominal_sweep=None, nominal_value=None, primary_sweep='Theta', secondary_sweep='Phi', snapshot_path=None, show=True)#
Create a 3D plot using Matplotlib.
- Parameters:
- solution_data
ansys.aedt.core.modules.solutions.SolutionData Input data for the solution.
- nominal_sweep
str,optional Name of the nominal sweep. The default is
None.- nominal_value
str,optional Value for the nominal sweep. The default is
None.- primary_sweep
str,optional Primary sweep. The default is
"Theta".- secondary_sweep
str,optional Secondary sweep. The default is
"Phi".- snapshot_path
str,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.
- solution_data
- Returns:
- bool
Truewhen successful,Falsewhen failed.