IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.2.33 IfcInteger(整数)

8.11.2.33.1 语义定义(Semantic definition)

IfcInteger 是简单数据类型 Integer 的定义类型。由于选择类型(IfcSimpleValue)无法在其选择列表中直接包含简单类型,因此需要此定义类型。

原则上,IfcInteger(作为整数)的域包含所有整数。此处用于 IfcInteger 表示的位数不受限制,但在实践中具体取决于实现。

类型:INTEGER

8.11.2.33.2 形式化表示(Formal representation)

TYPE IfcInteger = INTEGER;
END_TYPE;

8.11.2.33.3 参考文献