IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.18.3.13 IfcRepresentationContext

AbRV ⓘ
RV ⓘ

ABSTRACT This definition may not be instantiated

8.18.3.13.1 Semantic definition

The IfcRepresentationContext defines the context to which the IfcRepresentation of a product is related.

8.18.3.13.2 Entity inheritance

8.18.3.13.3 Attributes

# Attribute Type Description
IfcRepresentationContext (3)
1 ContextIdentifier OPTIONAL IfcLabel

The optional identifier of the representation context as used within a project.

2 ContextType OPTIONAL IfcLabel

The description of the type of a representation context. The supported values for context type are to be specified by implementers agreements.

RepresentationsInContext SET [0:?] OF IfcRepresentation FOR ContextOfItems

All shape representations that are defined in the same representation context.

Table 8.18.3.13.A

8.18.3.13.4 Formal representation

ENTITY IfcRepresentationContext
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcGeometricRepresentationContext));
	ContextIdentifier : OPTIONAL IfcLabel;
	ContextType : OPTIONAL IfcLabel;
 INVERSE
	RepresentationsInContext : SET [0:?] OF IfcRepresentation FOR ContextOfItems;
END_ENTITY;

8.18.3.13.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.18.3.13.6 Changelog

8.18.3.13.6.1 IFC4

  • abstract, Is now abstract