IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.6.2.4 IfcDocumentSelect(文档选择类型)

8.6.2.4.1 语义定义

IfcDocumentSelect(文档选择)用于选择文档信息是包含在IFC模型内部,还是从外部源引用。

沿革 在 IFC2x 中新增的选择类型

8.6.2.4.2 类型值

类型
IfcDocumentInformation
IfcDocumentReference
表 8.6.2.4.A

8.6.2.4.3 形式化表示

TYPE IfcDocumentSelect = SELECT
	(IfcDocumentInformation
	,IfcDocumentReference);
END_TYPE;

8.6.2.4.4 参考