yaw_name#
- property Actor.yaw_name: str#
Yaw variable name. Yaw is the rotation about the object’s Z-axis.
- Returns:
strName of the yaw variable.
Examples
>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent >>> component = MultiPartComponent(r"C:\temp\actors") >>> component.yaw_name 'actors_yaw'