IfcGridPlacementDirectionSelect

Natural language names
enGrid Placement Direction Select
frSélection de la direction du placement de la grille
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcGridPlacementDirectionSelectADDED
Semantic definitions at the type
Type definition

IfcGridPlacementDirectionSelect enables the choice of defining a grid placement be either an explicit direction, or by referencing a second grid intersection to provide the direction.

HISTORY   New select type in IFC4.
Enumeration definition
ConstantDescription
IfcVirtualGridIntersection
IfcDirection
Formal representations
XSD Specification
 <xs:group name="IfcGridPlacementDirectionSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcDirection"/>
   <xs:element ref="ifc:IfcVirtualGridIntersection"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcGridPlacementDirectionSelect = SELECT (
 IfcVirtualGridIntersection,
 IfcDirection);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page