|
const int | Bottom = 2 |
| Bottom face of a floor.
|
|
const int | Cut = 7 |
| Faces appearing as a result of cutting a floor by other objects.
|
|
const int | OpeningBottom = 5 |
| Bottom face appearing as a result of insertion of an aperture.
|
|
const int | OpeningSide = 4 |
| Side faces appearing as a result of insertion of an aperture.
|
|
const int | OpeningTop = 6 |
| Top face appearing as a result of insertion of an aperture.
|
|
const int | Side = 1 |
| Side faces of a floor.
|
|
const int | Top = 3 |
| Top face of a floor.
|
|
const int | Undefined = 0 |
| Undefined.
|
|