roll#

property Environment.roll: str#

Roll variable value. Roll is the rotation about the object’s X-axis.

Returns:
str

Value for the roll variable.

Examples

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