roll_name#
- property MultiPartComponent.roll_name: str#
Roll variable name. Roll is the rotation about the object’s X-axis.
- Returns:
strName 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'