IfcAlignment2DSegment

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

An abstract entity defining common information about horizontal and vertical alignment segments.

NOTE  The start and end tag are defined as annotations, not as referents along the alignment. Only absolute distance expressions are in scope, not distances ahead or behind a referent, such as a station. However such information can be exchanged as tags.
Attribute definitions
#AttributeTypeCardinalityDescription B
1TangentialContinuityIfcBoolean[0:1] Connectivity between the continuous segments is not enforced per se to be tangential. Setting "TangentialContinuity" to True means that the current segment shall continue with tangential continuity to the previous one.X
2StartTagIfcLabel[0:1] Tag to annotate the start point of the alignment segment.X
3EndTagIfcLabel[0:1] Tag to annotate the end point of the alignment segment.X
Inherited definitions from supertypes
Entity inheritance IfcAlignment2DHorizontalSegment IfcAlignment2DVerticalSegment
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcAlignment2DSegment
1TangentialContinuityIfcBoolean[0:1] Connectivity between the continuous segments is not enforced per se to be tangential. Setting "TangentialContinuity" to True means that the current segment shall continue with tangential continuity to the previous one.X
2StartTagIfcLabel[0:1] Tag to annotate the start point of the alignment segment.X
3EndTagIfcLabel[0:1] Tag to annotate the end point of the alignment segment.X
Formal representations
XSD Specification
 <xs:element name="IfcAlignment2DSegment" type="ifc:IfcAlignment2DSegment" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcAlignment2DSegment" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="TangentialContinuity" type="ifc:IfcBoolean" use="optional"/>
    <xs:attribute name="StartTag" type="ifc:IfcLabel" use="optional"/>
    <xs:attribute name="EndTag" type="ifc:IfcLabel" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcAlignment2DSegment
 ABSTRACT SUPERTYPE OF(ONEOF(IfcAlignment2DHorizontalSegment, IfcAlignment2DVerticalSegment));
  TangentialContinuity : OPTIONAL IfcBoolean;
  StartTag : OPTIONAL IfcLabel;
  EndTag : OPTIONAL IfcLabel;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page