5.1.3.3 IfcContext
ABSTRACT This definition may not be instantiated
5.1.3.3.1 Semantic definition
IfcContext is the generalization of a project context in which objects, type objects, property sets, and properties are defined. The IfcProject as subtype of IfcContext provides the context for all information on a construction project, it may include one or several IfcProjectLibrary's as subtype of IfcContext to register the included libraries for the project. A library of products that is referenced is declared within the IfcProjectLibrary as the context of that library.
Context definitions can be named, using the inherited Name attribute, which should be a user recognizable key or number for the context. The LongName can add a full name. Further explanations to the context can be given using the inherited Description attribute.
A Context is declared by the relationship object IfcRelDeclares that refers to the corresponding objects within the context. More specific relationships are introduced at the level of subtypes.
5.1.3.3.2 Entity inheritance
5.1.3.3.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
IfcObjectDefinition (7) | |||
Click to show 11 hidden inherited attributes Click to hide 11 inherited attributes | |||
IfcContext (7) | |||
5 | ObjectType | OPTIONAL IfcLabel |
The object type denotes a particular type that indicates the object further. The use has to be established at the level of instantiable subtypes. |
6 | LongName | OPTIONAL IfcLabel |
Long name for the context as used for reference purposes. |
7 | Phase | OPTIONAL IfcLabel |
Current project phase, or life-cycle phase of this project. Applicable values have to be agreed upon by view definitions or implementer agreements. |
8 | RepresentationContexts | OPTIONAL SET [1:?] OF IfcRepresentationContext |
Context of the representations used within the context. When the context is a project and it includes shape representations for its components, one or several geometric representation contexts need to be included that define e.g. the world coordinate system, the coordinate space dimensions, and/or the precision factor. |
9 | UnitsInContext | OPTIONAL IfcUnitAssignment |
Units globally assigned to measure types used within the context. |
IsDefinedBy | SET [0:?] OF IfcRelDefinesByProperties FOR RelatedObjects |
Set of relationships to property set definitions attached to this context. Those statically or dynamically defined properties contain alphanumeric information content that further defines the context. |
|
Declares | SET [0:?] OF IfcRelDeclares FOR RelatingContext |
Reference to the IfcRelDeclares relationship that assigns the uppermost entities of included hierarchies to this context instance. |
5.1.3.3.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
IfcObjectDefinition (9) | |||
Click to show 11 hidden inherited concepts Click to hide 11 inherited concepts | |||
IfcContext (7) | |||
Project Classification Information | General |
No description available. |
|
Project Context | General |
No description available. |
|
Project Document Information | General |
No description available. |
|
Project Library Information | General |
No description available. |
|
Project Representation Context 3D | General |
No description available. |
|
Project Template Definitions | General |
No description available. |
|
Project Type Definitions | General |
No description available. |
5.1.3.3.5 Formal representation
ENTITY IfcContext ABSTRACT SUPERTYPE OF (ONEOF (IfcProject ,IfcProjectLibrary)) SUBTYPE OF (IfcObjectDefinition); ObjectType : OPTIONAL IfcLabel; LongName : OPTIONAL IfcLabel; Phase : OPTIONAL IfcLabel; RepresentationContexts : OPTIONAL SET [1:?] OF IfcRepresentationContext; UnitsInContext : OPTIONAL IfcUnitAssignment; INVERSE IsDefinedBy : SET [0:?] OF IfcRelDefinesByProperties FOR RelatedObjects; Declares : SET [0:?] OF IfcRelDeclares FOR RelatingContext; END_ENTITY;