IfcInterferenceSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcInterferenceSelectADDED
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.

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