8.12.2.16 IfcSurfaceSide
8.12.2.16.1 Semantic definition
IfcSurfaceSide is a denotion of whether negative, positive or both sides of a surface are being referenced.
8.12.2.16.2 Type values
| Type | Description |
|---|---|
BOTH
| |
NEGATIVE
| |
POSITIVE
|
8.12.2.16.3 Formal representation
TYPE IfcSurfaceSide = ENUMERATION OF
(BOTH
,NEGATIVE
,POSITIVE);
END_TYPE;