Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the diagram below is an example of a *parent* alignment, with the horizontal
When defining the list of segments for the business logic (i.e., _IfcAlignmentHorizontalSegment_, _IfcAlignmentVerticalSegment_, _IfcAlignmentCantSegment_):

1. A **zero-length segment** shall be added, at the end of the list of segments for _IfcAlignmentSegment.DesignParameters_.
2. If the geometry definition is also present, then each of the zero-length segments shall have a _IfcCurveSegment_ counterpart - of length zero.
2. If the geometry definition is also present, and it is not IfcOffsetCurveByDistances, IfcPolyline or IfcIndexedPolyCurve, then each of the zero-length segments shall have a _IfcCurveSegment_ counterpart - of length zero.

```
concept {
Expand Down