IfcApplication

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;

 

 

 

 

 

 

 

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

posted @ 2023-01-07 22:21  西北逍遥  阅读(25)  评论(0编辑  收藏  举报