Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcStyleModel

Definition from IAI: The IfcStyleModel represents the concept of a particular presentation style defined for a material (or other characteristic) of a product or a product component within a representation context. This representation context may (but has not to be) a geometric representation context. 

The IfcStyleModel can be a style representation (presentation style) of a material (via IfcMaterialDefinitionRepresentation), potentially differentiated for different representation contexts (e.g. different material hatching depending on the scale of the target representation context).
HISTORY  New entity in Release IFC 2x Edition 3.

EXPRESS specification:

ENTITY IfcStyleModel
ABSTRACT SUPERTYPE OF (IfcStyledRepresentation)
SUBTYPE OF ( IfcRepresentation);
END_ENTITY;

Inheritance graph

ENTITY IfcStyleModel;
ENTITY IfcRepresentation;
ContextOfItems  :  IfcRepresentationContext;
RepresentationIdentifier  :  OPTIONAL IfcLabel;
RepresentationType  :  OPTIONAL IfcLabel;
Items  :  SET [1:?] OF IfcRepresentationItem;
INVERSE
RepresentationMap  :  SET [0:1] OF IfcRepresentationMap FOR MappedRepresentation;
LayerAssignments  :  SET OF IfcPresentationLayerAssignment FOR Assigneditems;
OfProductRepresentation  :  SET [0:1] OF IfcProductRepresentation FOR Representations;
ENTITY IfcStyleModel;
END_ENTITY;