pitch_name#

property Radar.pitch_name: str#

Pitch variable name. Pitch is the rotation about the object’s Y-axis.

Returns:
str

Name of the pitch variable.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent
>>> component = MultiPartComponent(r"C:\temp\actors")
>>> component.pitch_name
'actors_pitch'