IfcProductRepresentationSelect

Natural language names
Product Representation Select
Sélection de la représentation du produit
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcProductRepresentationSelectADDED
Semantic definitions at the type
Type definition

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.
Select definition
TypeDescription
IfcProductDefinitionShape
IfcRepresentationMap
Formal representations
XML Specification
 <xs:group name="IfcProductRepresentationSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcProductDefinitionShape"/>
   <xs:element ref="ifc:IfcRepresentationMap"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcProductRepresentationSelect = SELECT (
 IfcProductDefinitionShape,
 IfcRepresentationMap);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcShapeAspect

Link to this page  Link to this page