roll#

property Actor.roll: str#

Roll variable value.

Returns:
str

Value of the roll variable.

Examples

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