8.18.3.10 IfcProductRepresentation(产品表示)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
8.18.3.10.1 语义定义(Semantic definition)
IfcProductRepresentation 定义了产品的表示,包括其(几何或拓扑)表示。一个产品可以有零个、一个或多个几何表示,而单个几何表示可以通过映射表示在不同产品间共享。
IFC2x3 NOTE 从 IFC2x3 开始,用户不应实例化该实体。
8.18.3.10.2 实体继承(Entity inheritance)
8.18.3.10.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcProductRepresentation (3) | |||
| 1 | Name | OPTIONAL IfcLabel |
用于标识产品表示的词或词组。 |
| 2 | Description | OPTIONAL IfcText |
用于描述产品表示特征的词或词组。可用于为产品表示的名称添加额外含义。 |
| 3 | Representations | LIST [1:?] OF IfcRepresentation |
包含的表示列表(包括形状表示)。每个成员在特定的表示上下文中定义了特定类型的有效表示。 |
8.18.3.10.4 形式化表示(Formal representation)
ENTITY IfcProductRepresentation
ABSTRACT SUPERTYPE OF (ONEOF
(IfcMaterialDefinitionRepresentation
,IfcProductDefinitionShape));
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
Representations : LIST [1:?] OF IfcRepresentation;
END_ENTITY;