axis_system property

axis_system property

Gets or sets the axis system in the exported stl file.

Remarks

FlipCoordinateSystem must be enabled to utilize this feature.

Definition:

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

See Also