IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.6.2.8 IfcResourceObjectSelect(资源对象选择)

8.6.2.8.1 语义定义(Semantic definition)

IfcResourceObjectSelect 支持选择与资源级关系对象相关联的资源级对象。IfcResourceObjectSelect 的使用包括将外部引用实体(库、分类或文档引用)分配给资源级实体的能力。

8.6.2.8.2 类型值

类型
IfcActorRole
IfcAppliedValue
IfcApproval
IfcConstraint
IfcContextDependentUnit
IfcConversionBasedUnit
IfcExternalInformation
IfcExternalReference
IfcMaterialDefinition
IfcOrganization
IfcPerson
IfcPersonAndOrganization
IfcPhysicalQuantity
IfcProfileDef
IfcPropertyAbstraction
IfcShapeAspect
IfcTimeSeries
表 8.6.2.8.A

8.6.2.8.3 形式化表示(Formal representation)

TYPE IfcResourceObjectSelect = SELECT
	(IfcActorRole
	,IfcAppliedValue
	,IfcApproval
	,IfcConstraint
	,IfcContextDependentUnit
	,IfcConversionBasedUnit
	,IfcExternalInformation
	,IfcExternalReference
	,IfcMaterialDefinition
	,IfcOrganization
	,IfcPerson
	,IfcPersonAndOrganization
	,IfcPhysicalQuantity
	,IfcProfileDef
	,IfcPropertyAbstraction
	,IfcShapeAspect
	,IfcTimeSeries);
END_TYPE;

8.6.2.8.4 参考文献