首页 > 其他分享 >IfcExternalReferenceRelationship

IfcExternalReferenceRelationship

时间:2022-09-03 16:26:29浏览次数:68  
标签:RelatingReference dictionary reference IfcExternalReferenceRelationship document

IfcExternalReferenceRelationship

IfcExternalReferenceRelationship是一个关系实体,它使IfcResourceObjectSelect中的对象能够被外部引用标记。

 

注意:此关系用于将分类、库或文档信息分配给不从IfcRoot继承的实体。它与IfcRelAssociates的子类型具有类似的功能。

IFC4中的新实体。

 

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcResourceLevelRelationship
1 Name IfcLabel [0:1] A name used to identify or qualify the relationship. X
2 Description IfcText [0:1] A description that may apply additional information about the relationship. X
IfcExternalReferenceRelationship
3 RelatingReference IfcExternalReference [1:1] An external reference that can be used to tag an object within the range of IfcResourceObjectSelect.
NOTE  External references can be a library reference (for example a dictionary or a catalogue reference), a classification reference, or a documentation reference.
X
4 RelatedResourceObjects IfcResourceObjectSelect S[1:?] Objects within the list of IfcResourceObjectSelect that can be tagged by an external reference to a dictionary, library, catalogue, classification or documentation. X
 

EXPRESS Specification

ENTITY IfcExternalReferenceRelationship
 SUBTYPE OF (IfcResourceLevelRelationship);
  RelatingReference : IfcExternalReference;
  RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect;
END_ENTITY;

 

###########################

标签:RelatingReference,dictionary,reference,IfcExternalReferenceRelationship,document
From: https://www.cnblogs.com/herd/p/16652882.html

相关文章