8.18.3.18 IfcStyleModel(样式模型)
抽象 该定义可能不会被直接实例化。
8.18.3.18.1 语义定义(Semantic definition)
IfcStyleModel 表示在表示上下文中为产品或产品组件的材料(或其他特性)定义的特定呈现样式的概念。该表示上下文可以是(但不必须是)几何表示上下文。
IfcStyleModel 可以是材料的样式表示(呈现样式)(通过 IfcMaterialDefinitionRepresentation),可能针对不同的表示上下文进行区分(例如,根据目标表示上下文的比例采用不同的材料填充图案)。
8.18.3.18.2 实体继承(Entity inheritance)
8.18.3.18.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentation (7) | |||
| 1 | ContextOfItems | IfcRepresentationContext |
表示上下文的定义,不同子类型的表示在此上下文中有效。 |
| 2 | RepresentationIdentifier | OPTIONAL IfcLabel |
在项目内使用的表示的可选标识符。 |
| 3 | RepresentationType | OPTIONAL IfcLabel |
表示上下文类型的描述。表示类型定义了用于表示产品表示的几何或拓扑类型。更多信息在子类型 IfcShapeRepresentation 和 IfcTopologyRepresentation 中给出。 上下文类型支持的值应由实施者协议规定。 |
| 4 | Items | SET [1:?] OF IfcRepresentationItem |
为此表示定义的一组几何表示项。 |
| RepresentationMap | SET [0:1] OF IfcRepresentationMap FOR MappedRepresentation |
在 IfcRepresentationMap 中使用此表示。如果使用,此 IfcRepresentation 可以作为其 Items 之一,通过 IfcMappedItem 分配给多个表示。使用 IfcRepresentationMap 是多个产品共享一个表示(通常为 IfcShapeRepresentation 类型)的方式。 |
|
| LayerAssignments | SET [0:?] OF IfcPresentationLayerAssignment FOR AssignedItems |
将整个表示分配给单个或多个图层。LayerAssignments 可以被 Items 列表中的 IfcRepresentationItem 的 LayerAssigments 覆盖。 |
|
| OfProductRepresentation | SET [0:?] OF IfcProductRepresentation FOR Representations |
引用此单独表示所适用的产品表示。在大多数情况下,它引用一个或多个产品形状,此形状表示适用于这些产品形状。 |
|
8.18.3.18.4 形式化表示(Formal representation)
ENTITY IfcStyleModel
ABSTRACT SUPERTYPE OF (ONEOF
(IfcStyledRepresentation))
SUBTYPE OF (IfcRepresentation);
END_ENTITY;