The XRelativePoint enumeration defines different types of the relative point in the cube. The relative point always relates to the cube and its real value can only be calculated with the knowledge of the cube.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[FlagsAttribute] public enum XRelativePoint |
Members
Member name | Description | |
---|---|---|
XMin |
Minimal coordinate in the X axis.
| |
XMax |
Maximal coordinate in the X axis.
| |
XCenter |
Center coordinate in the X axis.
| |
XMask |
The X axis mask.
| |
YMin |
Minimal coordinate in the Y axis.
| |
YMax |
Maximal coordinate in the Y axis.
| |
YCenter |
Center coordinate in the Y axis.
| |
YMask |
The Y axis mask.
| |
ZMin |
Minimal coordinate in the Z axis.
| |
ZMax |
Maximal coordinate in the Z axis.
| |
ZCenter |
Center coordinate in the Z axis.
| |
ZMask |
The Z axis mask.
| |
Min |
Minimal coordinate in the X,Y,Z axis.
| |
Max |
Maximal coordinate in the X,Y,Z axis.
| |
Center |
Center coordinate in the X,Y,Z axis.
| |
XMinCenter |
Minimal coordinate in the X axis, center coordinate in the Y,Z axis.
| |
XMaxCenter |
Maximal coordinate in the X axis, center coordinate in the Y,Z axis.
| |
YMinCenter |
Minimal coordinate in the Y axis, center coordinate in the X,Z axis.
| |
YMaxCenter |
Maximal coordinate in the Y axis, center coordinate in the X,Z axis.
| |
ZMinCenter |
Minimal coordinate in the Z axis, center coordinate in the X,Y axis.
| |
ZMaxCenter |
Maximal coordinate in the Z axis, center coordinate in the X,Y axis.
|