IfcInterferenceSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcInterferenceSelectADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcInterferenceSelectMOVEDSchema changed from IFCSHAREDINFRASTRUCTUREELEMENTS to IFCPRODUCTEXTENSION.
Semantic definitions at the type
Type definition

A select type that groups together physical and spatial elements for the purpose of defining interferences between these elements.

HISTORY  New select type in IFC4x3.

Select definition
TypeDescription
IfcSpatialElement
IfcElement
Formal representations
XML Specification
 <xs:group name="IfcInterferenceSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcElement"/>
   <xs:element ref="ifc:IfcSpatialElement"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcInterferenceSelect = SELECT (
 IfcSpatialElement,
 IfcElement);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRelInterferesElements

Link to this page  Link to this page