Product Representation Select | |
Sélection de la représentation du produit |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcProductRepresentationSelect | ADDED |
The IfcProductRepresentationSelect selects an IfcProductDefinitionShape and an IfcRepresentationMap to be targets of IfcShapeAspect definitions, i.e. both product representations may be further defined using shape aspects..
HISTORY New select type in IFC4.
Type | Description |
---|---|
IfcProductDefinitionShape | |
IfcRepresentationMap |
<xs:group name="IfcProductRepresentationSelect">
<xs:choice>
<xs:element ref="ifc:IfcProductDefinitionShape"/>
<xs:element ref="ifc:IfcRepresentationMap"/>
</xs:choice>
</xs:group>
TYPE IfcProductRepresentationSelect = SELECT (
IfcProductDefinitionShape,
IfcRepresentationMap);
END_TYPE;
References: IfcShapeAspect