IfcAlignment2DHorizontal

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4 ADD1 to IFC4x1
    IfcAlignment2DHorizontalADDED
Semantic definitions at the entity
Entity definition

An IfcAlignment2DHorizontal is a linear reference projected onto the horizontal x/y plane. Points along a horizontal alignment have two coordinate values, x and y in the local Cartesian engineering system.

The horizontal alignment is defined by segments that are connected end-to-start. The transition at the segment connection is not enforced to be tangential, if the “tangential continuity” flag is set to false, otherwise a tangential continuity shall be preserved. Based on the context of the project, they are geo-referenced and convertible into Northing and Easting values.

NOTE  Georeferencing is provided by IfcMapConversion through the IfcGeometricRepresentationContext defined at IfcProject.
Attribute definitions
#AttributeTypeCardinalityDescription B
1StartDistAlongIfcLengthMeasure[0:1] The value of the distance along at the start of the horizontal alignment. If omited (standard) it is set to zero.X
2SegmentsIfcAlignment2DHorizontalSegmentL[1:?] An ordered list of unique horizontal alignment segments, each (but the last) are joint end to startX
ToAlignmentIfcAlignment
@Horizontal
S[1:?]Link to the IfcAlignment for which it defines the horizontal alignment. More then one IfcAlignment can be linked – in this case, the horizontal alignment is shared by several alignments with own vertical alignments.
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcAlignment2DHorizontal
1StartDistAlongIfcLengthMeasure[0:1] The value of the distance along at the start of the horizontal alignment. If omited (standard) it is set to zero.X
2SegmentsIfcAlignment2DHorizontalSegmentL[1:?] An ordered list of unique horizontal alignment segments, each (but the last) are joint end to startX
ToAlignmentIfcAlignment
@Horizontal
S[1:?]Link to the IfcAlignment for which it defines the horizontal alignment. More then one IfcAlignment can be linked – in this case, the horizontal alignment is shared by several alignments with own vertical alignments.
Formal representations
XSD Specification
 <xs:element name="IfcAlignment2DHorizontal" type="ifc:IfcAlignment2DHorizontal" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcAlignment2DHorizontal">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:sequence>
     <xs:element name="Segments">
      <xs:complexType>
       <xs:sequence>
        <xs:element ref="ifc:IfcAlignment2DHorizontalSegment" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcAlignment2DHorizontalSegment"/>
       <xs:attribute ref="ifc:cType" fixed="list"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
    <xs:attribute name="StartDistAlong" type="ifc:IfcLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcAlignment2DHorizontal;
  StartDistAlong : OPTIONAL IfcLengthMeasure;
  Segments : LIST [1:?] OF IfcAlignment2DHorizontalSegment;
 INVERSE
  ToAlignment : SET [1:?] OF IfcAlignment FOR Horizontal;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page