8.18.3.13 IfcRepresentationContext(表示上下文)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
8.18.3.13.1 语义定义(Semantic definition)
IfcRepresentationContext 定义了产品 IfcRepresentation 所关联的上下文。
8.18.3.13.2 实体继承(Entity inheritance)
8.18.3.13.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationContext (3) | |||
| 1 | ContextIdentifier | OPTIONAL IfcLabel |
表示上下文的可选标识符,在项目内部使用。 |
| 2 | ContextType | OPTIONAL IfcLabel |
表示上下文类型的描述。上下文类型支持的具体取值需通过实施方协议确定。 |
| RepresentationsInContext | SET [0:?] OF IfcRepresentation FOR ContextOfItems |
在同一表示上下文中定义的所有几何表示。 |
|
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;