yaw_name#

property Vehicle.yaw_name: str#

Yaw variable name. Yaw is the rotation about the object’s Z-axis.

Returns:
str

Name 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'