IfcProductRepresentationSelect

Natural language names
enProduct Representation Select
frSé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.
Enumeration definition
ConstantDescription
IfcProductDefinitionShape
IfcRepresentationMap
Formal representations
XSD 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

Link to this page  Link to this page