IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.1.2.1 IfcActorSelect(参与者选择)

8.1.2.1.1 语义定义(Semantic definition)

参与者选择类型允许引用个人、组织或与组织关联的个人。

8.1.2.1.2 类型值

类型
IfcOrganization
IfcPerson
IfcPersonAndOrganization
表 8.1.2.1.A

8.1.2.1.3 形式化表示(Formal representation)

TYPE IfcActorSelect = SELECT
	(IfcOrganization
	,IfcPerson
	,IfcPersonAndOrganization);
END_TYPE;

8.1.2.1.4 参考文献