IfcCoveringTypeEnum

IfcCoveringTypeEnum

类型定义

此枚举定义了可以进一步指定IfcOvering或IfcOveringType的不同覆盖类型的范围。

 

IFC1.0中的新枚举

IFC4添加了以下枚举器MOLDING和SKITINGBOARD。

 

Enumeration definition

ConstantDescription
CEILING The covering is used torepresent a ceiling.
FLOORING The covering is used to represent a flooring.
CLADDING The covering is used to represent a cladding.
ROOFING The covering is used to represent a roof covering.
MOLDING The covering is used to represent a molding being a strip of material to cover the transition of surfaces (often between wall cladding and ceiling).
SKIRTINGBOARD The covering is used to represent a skirting board being a strip of material to cover the transition between the wall cladding and the flooring.
INSULATION The covering is used to insulate an element for thermal or acoustic purposes.
MEMBRANE An impervious layer that could be used for e.g. roof covering (below tiling - that may be known as sarking etc.) or as a damp proof course membrane.
SLEEVING The covering is used to isolate a distribution element from a space in which it is contained.
WRAPPING The covering is used for wrapping particularly of distribution elements using tape.
USERDEFINED User defined type of covering.
NOTDEFINED Undefined type of covering.
 

EXPRESS Specification

TYPE IfcCoveringTypeEnum = ENUMERATION OF (
 CEILING,
 FLOORING,
 CLADDING,
 ROOFING,
 MOLDING,
 SKIRTINGBOARD,
 INSULATION,
 MEMBRANE,
 SLEEVING,
 WRAPPING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

################

posted @ 2024-02-10 06:15  西北逍遥  阅读(4)  评论(0编辑  收藏  举报