首页 > 其他分享 >IfcApplication

IfcApplication

时间:2023-01-07 22:34:02浏览次数:52  
标签:IfcLabel application Version IfcApplication developer ApplicationFullName

IfcApplication

实体定义

IfcApplication保存应用程序开发人员开发的IFC兼容应用程序的信息。IfcApplication使用应用程序开发人员提供的简短标识名称。

 

IFC1.5中的新实体。

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcApplication
1 ApplicationDeveloper IfcOrganization [1:1] Name of the application developer. X
2 Version IfcLabel [1:1] The version number of this software as specified by the developer of the application. X
3 ApplicationFullName IfcLabel [1:1] The full name of the application as specified by the application developer. X
4 ApplicationIdentifier IfcIdentifier [1:1] Short identifying name for the application. X
 

EXPRESS Specification

ENTITY IfcApplication;
  ApplicationDeveloper : IfcOrganization;
  Version : IfcLabel;
  ApplicationFullName : IfcLabel;
  ApplicationIdentifier : IfcIdentifier;
 UNIQUE
  UR1 : ApplicationIdentifier;
  UR2 : ApplicationFullName, Version;
END_ENTITY;

 

 

 

 

 

 

 

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

标签:IfcLabel,application,Version,IfcApplication,developer,ApplicationFullName
From: https://www.cnblogs.com/herd/p/16990623.html

相关文章