up_axis property

up_axis property

Gets or sets the up axis. The up_axis element contains descriptive information about coordinate system of the geometric data. All coordinates are right-handed by definition. This element specifies which axis is considered up. The default is the Y-axis.The up_axis element may appear zero or one time.

Definition:

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

See Also