|
const int | DoorLining = 5 |
| Faces of a door lining.
|
|
const int | Frame = 1 |
| Faces of a frame for fillers with glass.
|
|
const int | Glass = 3 |
| Faces of a glass pane.
|
|
const int | Platband = 7 |
| Faces of a door platband.
|
|
const int | Reveal = 4 |
| Faces of a wall appearing as a result of a window insertion.
|
|
const int | Solid = 2 |
| Faces of solid fillers.
|
|
const int | Threshold = 6 |
| Faces of a door threshold.
|
|
const int | Undefined = 0 |
| Undefined.
|
|