eProjectionMatrixType
Canonical path: NemAll_Python_Geometry.eProjectionMatrixType
Bases: Enum
Type of projection in Matrix3D
Used for an identification of what kind of projection is in Matrix3D.
LEFT_2D : -3 -> X RIGHT_2D : 3 -> -X FRONT_2D : -2 -> Y REAR_2D : 2 -> -Y TOP_2D : 1 -> -Z BOTTOM_2D: -1 -> Z FREE_3D : Free projection
Placeholder