IfcProductRepresentationSelect选择一个IfcProductDefinitionShape和一个IfcRepresentationMap作为IfcShapeAspect定义的目标,即两个产品表示都可以使用形状方面来进一步定义。。
在IFC4中增加的历史记录类型。
Enumeration definition
| Constant | Description |
|---|---|
| IfcProductDefinitionShape | |
| IfcRepresentationMap |
EXPRESS Specification
TYPE IfcProductRepresentationSelect = SELECT (
IfcProductDefinitionShape,
IfcRepresentationMap);
END_TYPE;