axis_system property

axis_system property

Gets or sets the coordinate system/up vector/front vector of the asset info.

Definition:

@property
def axis_system(self):
    ...
@axis_system.setter
def axis_system(self, value):
    ...

See Also