yaw#

property Environment.yaw: str#

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

Returns:
str

Value for the yaw variable.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import Environment
>>> env = Environment(r"C:\temp\actors")
>>> env.yaw
'0deg'