pitch#

property Environment.pitch: str#

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

Returns:
str

Value for the pitch variable.

Examples

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