Item | SPF | XML | Change | Description | IFC4 ADD1 to IFC4x1 |
---|---|---|---|---|
IfcAlignment2DHorizontalSegment | ADDED |
Individual segment along the IfcAlignment2DHorizontal, being defined in the x/y coordinate space. Each single horizontal alignment segment has an associated curve geometry. The following segment curve types are defined by the CurveGeometry:
For each horizontal segment, the following non-redundant information is provided:
The following information can be calculated (and is therefore not exchanged explicitly to avoid redundancy and inconsistencies)
The following checks can be done to validate the correct exchange:
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
4 | CurveGeometry | IfcCurveSegment2D | [1:1] | Geometric representation of the horizontal alignment within the 2D X/Y coordinate space. | X |
ToHorizontal | IfcAlignment2DHorizontal @Segments | S[1:1] | Link to the IfcAlignment2DHorizontal to which this horizontal segment belongs. |
# | 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 |
IfcAlignment2DHorizontalSegment | |||||
4 | CurveGeometry | IfcCurveSegment2D | [1:1] | Geometric representation of the horizontal alignment within the 2D X/Y coordinate space. | X |
ToHorizontal | IfcAlignment2DHorizontal @Segments | S[1:1] | Link to the IfcAlignment2DHorizontal to which this horizontal segment belongs. |
<xs:element name="IfcAlignment2DHorizontalSegment" type="ifc:IfcAlignment2DHorizontalSegment" substitutionGroup="ifc:IfcAlignment2DSegment" nillable="true"/>
<xs:complexType name="IfcAlignment2DHorizontalSegment">
<xs:complexContent>
<xs:extension base="ifc:IfcAlignment2DSegment">
<xs:sequence>
<xs:element name="CurveGeometry" type="ifc:IfcCurveSegment2D" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcAlignment2DHorizontalSegment
SUBTYPE OF (IfcAlignment2DSegment);
CurveGeometry : IfcCurveSegment2D;
INVERSE
ToHorizontal : SET [1:1] OF IfcAlignment2DHorizontal FOR Segments;
END_ENTITY;