Navigation

IfcApplication

Definition from IAI: IfcApplication is an IFC compliant application developed by an application developer who is a member of the IAI. The IfcApplication gets a unique identification within the IFC development framework.

HISTORY: New entity in IFC R1.5.
ISSUES: See issues and change log for changes made in IFC R2x.


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, registered and known to the IAI conformance program.

References (2):

Name Type Referred through Express-G
IfcOwnerHistory Entity
Attribute 'OwningApplication'
Attribute 'LastModifyingApplication'
Diagram 1

Inheritance graph

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