The Scene3DPlaneOrientation enumeration contains types of orientations of a level relative to 3D scene planes.
It is used by the following properties and methods:
Value | Brief description |
0 | XOYr. The plane is parallel to the XOY plane (the normal is oriented along the Z axis). |
1 | XOYl. The plane is parallel to the XOY plane (the normal is oriented toward the Z axis). |
2 | XOZr. The plane is parallel to the XOZ plane (the normal is oriented along the Y axis). |
3 | XOZl. The plane is parallel to the XOZ plane (the normal is oriented toward the Y axis). |
4 | YOZr. The plane is parallel to the YOZ plane (the normal is oriented along the X axis). |
5 | YOZl. The plane is parallel to the YOZ plane (the normal is oriented toward the X axis). |
See also: