Item | SPF | XML | Change | Description | IFC4 ADD1 to IFC4x1 |
---|---|---|---|---|
IfcAlignment2DSegment | ADDED |
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 | Type | Cardinality | Description | B |
---|---|---|---|---|---|
1 | TangentialContinuity | IfcBoolean | [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 |
2 | StartTag | IfcLabel | [0:1] | Tag to annotate the start point of the alignment segment. | X |
3 | EndTag | IfcLabel | [0:1] | Tag to annotate the end point of the alignment segment. | X |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcAlignment2DSegment | |||||
1 | TangentialContinuity | IfcBoolean | [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 |
2 | StartTag | IfcLabel | [0:1] | Tag to annotate the start point of the alignment segment. | X |
3 | EndTag | IfcLabel | [0:1] | Tag to annotate the end point of the alignment segment. | X |
<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>
ENTITY IfcAlignment2DSegment
ABSTRACT SUPERTYPE OF(ONEOF(IfcAlignment2DHorizontalSegment, IfcAlignment2DVerticalSegment));
TangentialContinuity : OPTIONAL IfcBoolean;
StartTag : OPTIONAL IfcLabel;
EndTag : OPTIONAL IfcLabel;
END_ENTITY;