offset_names#
- property Vehicle.offset_names: list[str]#
X-, Y-, and Z-axis offset names.
- Returns:
listList of the offset names for the X-, Y-, and Z-axes.
Examples
>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent >>> component = MultiPartComponent(r"C:\temp\actors") >>> component.offset_names ['actors_x', 'actors_y', 'actors_z']