IfcExternalReference
2022/9/2 23:23:08
本文主要是介绍IfcExternalReference,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
IfcExternalReference
实体定义
IfcExternalReference是当前模型或项目数据库中未明确表示的信息的标识(作为当前模型的实现)。这些信息可以包含在分类、文档或库中。IfcExternalReference标识特定项,例如字典条目、分类符号或外部源中的文档引用。
仅给出位置(作为URL)来描述可以找到信息的位置。此外,还提供了一个可选标识作为键,以允许更具体的引用(如节或表)。标识定义了一种系统可解释的方法,用于在源处标识信息的相关部分。此外,可以指定一个人类可解释的名称来标识信息主题,例如分类代码。
IfcExternalReference是所有外部引用实体的抽象超类型。
IFC2x中的新实体。
IFC 2x4更改从ItemReference重命名的属性标识,更改属性位置数据类型,并添加反向属性ExternalReferenceForResources。
Formal Propositions
Rule | Description |
---|---|
WR1 | One of the attributes of IfcExternalReference should have a value assigned. |
Attribute inheritance
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcExternalReference | |||||
1 | Location | IfcURIReference | [0:1] | Location, where the external source (classification, document or library) can be accessed by electronic means. The electronic location is provided as an URI, and would normally be given as an URL location string. | X |
2 | Identification | IfcIdentifier | [0:1] | The Identification provides a unique identifier of the referenced item within the external source (classification, document or library). It may be provided as
|
X |
3 | Name | IfcLabel | [0:1] | Optional name to further specify the reference. It can provide a human readable identifier (which does not necessarily need to have a counterpart in the internal structure of the document). | X |
ExternalReferenceForResources | IfcExternalReferenceRelationship @RelatingReference |
S[0:?] | Reference to all associations between this external reference and objects within the IfcResourceObjectSelect that are tagged by the external reference. | X |
EXPRESS Specification
ENTITY IfcExternalReference ABSTRACT SUPERTYPE OF(ONEOF(IfcClassificationReference, IfcDocumentReference, IfcExternallyDefinedHatchStyle, IfcExternallyDefinedSurfaceStyle, IfcExternallyDefinedTextFont, IfcLibraryReference)); Location : OPTIONAL IfcURIReference; Identification : OPTIONAL IfcIdentifier; Name : OPTIONAL IfcLabel; INVERSE ExternalReferenceForResources : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatingReference; WHERE WR1 : EXISTS(Identification) OR EXISTS(Location) OR EXISTS(Name); END_ENTITY;
###############################
这篇关于IfcExternalReference的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-23增量更新怎么做?-icode9专业技术文章分享
- 2024-11-23压缩包加密方案有哪些?-icode9专业技术文章分享
- 2024-11-23用shell怎么写一个开机时自动同步远程仓库的代码?-icode9专业技术文章分享
- 2024-11-23webman可以同步自己的仓库吗?-icode9专业技术文章分享
- 2024-11-23在 Webman 中怎么判断是否有某命令进程正在运行?-icode9专业技术文章分享
- 2024-11-23如何重置new Swiper?-icode9专业技术文章分享
- 2024-11-23oss直传有什么好处?-icode9专业技术文章分享
- 2024-11-23如何将oss直传封装成一个组件在其他页面调用时都可以使用?-icode9专业技术文章分享
- 2024-11-23怎么使用laravel 11在代码里获取路由列表?-icode9专业技术文章分享
- 2024-11-22怎么实现ansible playbook 备份代码中命名包含时间戳功能?-icode9专业技术文章分享