flip_coordinate_system property

flip_coordinate_system property

Gets or sets to flip the coordinate system of the scene during exporting.

Definition:

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

See Also