Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcSurfaceSide

Definition from IAI: Denotion of whether negative, positive or both sides of a surface are being referenced.

ENUMERATION Definition from ISO/CD 10303-46:1992:

NOTE Corresponding STEP type: surface_side. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY: New Enumeration in IFC Release 2.0

EXPRESS specification:

TYPE IfcSurfaceSide = ENUMERATION OF
( POSITIVE,
NEGATIVE,
BOTH);
END_TYPE;