Alignment Curve 2D Horizontal Segment |
Item | SPF | XML | Change | Description | IFC4x1 Release Candidate 1 |
---|---|---|---|---|
IfcAlignment2DHorizontalSegment | ADDED | IFC4x1 Release Candidate 2 | ||
IfcAlignment2DHorizontalSegment | ||||
ToHorizontal | ADDED | IFC4x1 Release Candidate 3 | ||
IfcAlignment2DHorizontalSegment | ||||
LayerAssignment | ADDED | |||
StyledByItem | 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 | G |
---|---|---|---|---|---|
4 | CurveGeometry | IfcCurveSegment2D | Geometric representation of the horizontal alignment within the 2D X/Y coordinate space. | X | |
ToHorizontal | IfcAlignment2DHorizontal @Segments | S[1:1] | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @AssignedItems | S[0:1] | Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE The inverse attribute LayerAssignments has been added. IFC4 CHANGE The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed. | X | |
StyledByItem | IfcStyledItem @Item | S[0:1] | Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE The inverse attribute StyledByItem has been added. | X | |
IfcGeometricRepresentationItem | |||||
IfcAlignment2DSegment | |||||
1 | TangentialContinuity | IfcBoolean | ? | 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 | ? | Tag to annotate the start point of the alignment segment. | X |
3 | EndTag | IfcLabel | ? | Tag to annotate the end point of the alignment segment. | X |
IfcAlignment2DHorizontalSegment | |||||
4 | CurveGeometry | IfcCurveSegment2D | Geometric representation of the horizontal alignment within the 2D X/Y coordinate space. | X | |
ToHorizontal | IfcAlignment2DHorizontal @Segments | S[1:1] | X |
<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;
References: IfcAlignment2DHorizontal