pitch_name#
- property Bird.pitch_name: str#
Pitch variable name. Pitch is the rotation about the object’s Y-axis.
- Returns:
strName 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'