IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

7.9.2.1 IfcKerbTypeEnum

7.9.2.1.1 语义定义(Semantic definition)

IfcKerbTypeEnum(路缘石类型枚举)

预定义类型容器,将路缘石类型收集到已实现的枚举中。

7.9.2.1.2 类型值

类型 描述
USERDEFINED

用户定义类型。

NOTDEFINED

未定义类型。

表 7.9.2.1.A

7.9.2.1.3 形式化表示(Formal representation)

TYPE IfcKerbTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.9.2.1.4 参考文献