Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcApplication

Definition from IAI: IfcApplication holds the information about an IFC compliant application developed by an application developer who is a member of the IAI. The IfcApplication utilizes a short identifying name as provided by the application developer.

HISTORY: New entity in IFC R1.5.


EXPRESS specification:

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

Attribute definitions:

ApplicationDeveloper  :  Name of the application developer, being requested to be member of the IAI.
Version  :  The version number of this software as specified by the developer of the application.
ApplicationFullName  :  The full name of the application as specified by the application developer.
ApplicationIdentifier  :  Short identifying name for the application.

Inheritance graph

ENTITY IfcApplication;
ENTITY IfcApplication;
ApplicationDeveloper  :  IfcOrganization;
Version  :  IfcLabel;
ApplicationFullName  :  IfcLabel;
ApplicationIdentifier  :  IfcIdentifier;
END_ENTITY;