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 @@ -7,9 +7,9 @@ The vertical alignment is defined by segments that connects end-to-start. The ve

The following vertical segment types are defined:

* line segment - _IfcAlignmentVerticalSegmentTypeEnum_ .LINE.
* circular arc segment - _IfcAlignmentVerticalSegmentTypeEnum_ .ARC.
* parabolic arc segment - _IfcAlignmentVerticalSegmentTypeEnum_ .PARABOLICARC. which can describe symmetric parabolas, unsymmetric parabolas can be created by defining two symmetric parabolas segments
* line segment - _IfcAlignmentVerticalSegmentTypeEnum_ .CONSTANTGRADIENT.
* circular arc segment - _IfcAlignmentVerticalSegmentTypeEnum_ .CIRCULARARC.
* parabolic arc segment - _IfcAlignmentVerticalSegmentTypeEnum_ .PARABOLICARC. which can describe symmetric parabolas. Unsymmetric parabolas can be created by defining two symmetric parabolas segments
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asymmetric? Or is this specific idiom?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To my knowledge the terms are interchangeable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asymmetric is more common in my experience but unsymmetric is ok to leave as-is. I have only encountered them in preparation for the PE exam - never in actual practice.

* transition segment with linear curvature variation - _IfcAlignmentVerticalSegmentTypeEnum_ .CLOTHOID.

For each vertical segment, the following non-redundant information is provided:
Expand Down Expand Up @@ -57,9 +57,9 @@ End gradient of the segment. In the case of a PredefinedType='.CONSTANTGRADIENT.

### RadiusOfCurvature
Radius of parabola or arc. Positive values imply a CCW direction whereas negative CW.
> NOTE1 For _PredefinedType_ is ARC. The radius of the basis circle for the arc.
> NOTE1 For _PredefinedType_ is CIRCULARARC. The radius of the basis circle for the arc.
> NOTE2 For _PredefinedType_ is PARABOLICARC. Parabola constant (determining the “steepness” of the parabola). The parabola constant is provided by the “minimum parabola radius”, the true radius of a parabola at its vertical axis (the zero-gradient point of the parabola). The minimum radius is twice the focal length of the parabola (the distance between the focal point and the vertex).
> NOTE3 For _PredefinedType_ that is not either ARC or PARABOLICARC the value should be empty.
> NOTE3 For _PredefinedType_ that is not either CIRCULARARC or PARABOLICARC the value should be empty.

### PredefinedType
Predefined type of the vertical alignmnent segment.