roll_name#

property Bird.roll_name: str#

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

Returns:
str

Name of the roll variable.

Examples

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