Navigation

IfcStyledRepresentation

Definition from IAI: The IfcStyledRepresentation represents the concept of a styled presentation of a geometric shape of a product or a product component or annotation within a representation context. This representation context does not need to be (but may be) a geometric representation context.

A styled representation has to include one or several styled items or annotation occurrences with the associated style information (curve, symbol, text, fill area, or surface styles). It may also contain the geometric representation items that are styled.

HISTORY: New entity in Release IFC 2x Edition 2.

EXPRESS specification:

ENTITY IfcStyledRepresentation
SUBTYPE OF ( IfcRepresentation);
END_ENTITY;

Inheritance graph

ENTITY IfcStyledRepresentation;
ENTITY IfcRepresentation;
ContextOfItems  :  IfcRepresentationContext;
RepresentationIdentifier  :  OPTIONAL IfcLabel;
RepresentationType  :  OPTIONAL IfcLabel;
Items  :  SET [1:?] OF IfcRepresentationItem;
INVERSE
OfProductRepresentation  :  SET [0:1] OF IfcProductRepresentation FOR Representations;
ENTITY IfcStyledRepresentation;
END_ENTITY;