Vertical Segments
Vertical Segments are used in the design of the longitudinal section (profile) of the route between the two stops determined in the plan. While defining Vertical Segments; "Alignment and Vertical Curve" elements of the route in the project should be created. These are created with the longitudinal slope and red elevation parameters in different Mils that you will enter as inputs. The mil Station where the stops are located, the longitudinal slope Grade and the red elevation value are defined by Elevation parameters. In cases where there is a difference in longitudinal slope between two consecutive stops, the system connects the two points parabolic.
Vertical alignment can be specified by defining one or more Elevation Point objects along the horizontal line.
Example:
The design of a longitudinal section of the route is facilitated by the use of Vertical Segments. These section are created by defining the alignment and vertical curve elements of the route in the project, based on the longitudinal slope and elevation values entered as inputs at different miles along the route. The Elevation parameters define the mile Station of the stops, the longitudinal slope grade, and the elevation value. If there is a difference in the longitudinal slope between two consecutive stops, the system connects the two points with a parabolic curve. In the example given, three different stops were defined along the designed longitudinal section and the necessary values for each stop were entered. Since the elevations at stops A and B are equal and those at stops B and C are different, the distance between these two stops is automatically connected with a parabolic curve.
<O N="AlignmentObject2" T="Project" Category="3D Geometric Objects" TransAlignRule="Right">
<!-- created by ParamML Examples on 02.02.2023 -->
<O N="Endpoint" T="Line">
<O T="Point" X="0" Y="3000" Z="0" />
<O T="Point" X="0" Y="3000" Z="1000" />
</O>
<O N="A1" T="Alignment Obje">
<P N="Direction" V="2" D="Aspect[Left=1/Right=2]" />
<O N="Route" T="Alignment" Station="0" Azimuth="0" Lat="0" Lng="0" Elev="0">
<O N="A" T="ElevationPoint">
<P N="Station" V="0" />
<P N="Grade" V="0" />
<P N="Elevation" V="0" />
</O>
<O N="B" T="ElevationPoint">
<P N="Station" V="400" />
<P N="Grade" V="0" />
<P N="Elevation" V="0" />
</O>
<O N="C" T="ElevationPoint">
<P N="Station" V="1000" />
<P N="Grade" V="0" />
<P N="Elevation" V="800" />
</O>
<O N="D" T="ElevationPoint">
<P N="Station" V="2000" />
<P N="Grade" V="0" />
<P N="Elevation" V="800" />
</O>
<O N="E" T="ElevationPoint">
<P N="Station" V="2500" />
<P N="Grade" V="0" />
<P N="Elevation" V="1000" />
</O>
<O T="Straight" Length="3000" />
<O N="CS1" T="CrossSection">
<P N="Station" V="0" />
<P N="LeftEdgeToHCL" V="70" />
<P N="ElevationAtHCL" V="0" />
<O N="Left1" T="CrossSectionSegment">
<P N="Slope" V="-0.1" />
<P N="Width" V="70" />
</O>
<O N="Right1" T="CrossSectionSegment">
<P N="Slope" V="0.1" />
<P N="Width" V="70" />
</O>
</O>
<O N="CS2" T="CrossSection">
<P N="Station" V="400" />
<P N="LeftEdgeToHCL" V="70" />
<P N="ElevationAtHCL" V="0" />
<O N="Left2" T="CrossSectionSegment">
<P N="Slope" V="0.1" />
<P N="Width" V="70" />
</O>
<O N="Right2" T="CrossSectionSegment">
<P N="Slope" V="-0.1" />
<P N="Width" V="70" />
</O>
</O>
</O>
</O>
</O> |
3D View |
To view this example in the library, see (OpenBrIM Platform) |
Exampe:
<O N="AlignmentObject3" T="Project" Category="3D Geometric Objects" TransAlignRule="Right">
<!-- created by ParamML Examples on 02.02.2023 -->
<O N="A1" T="Alignment Obje">
<O N="Route" T="Alignment" Station="0" Azimuth="1.5" Lat="0" Lng="0" Elev="0">
<O N="Start" T="ElevationPoint">
<P N="Station" V="0" />
<P N="Grade" V="0.3" />
<P N="Elevation" V="500" />
</O>
<O N="C1" T="ElevationPoint">
<P N="Station" V="300" />
<P N="Grade" V="0.3" />
<P N="Elevation" V="140" />
</O>
<O N="C2" T="ElevationPoint">
<P N="Station" V="700" />
<P N="Grade" V="-0.3" />
<P N="Elevation" V="140" />
</O>
<O N="End" T="ElevationPoint">
<P N="Station" V="1000" />
<P N="Grade" V="-0.3" />
<P N="Elevation" V="500" />
</O>
<O T="Straight" Length="1200" />
<O N="CS1" T="CrossSection" Station="0" LeftEdgeToHCL="0" ElevationAtHCL="0">
<O T="CrossSectionSegment" Width="50" Slope="0" />
</O>
</O>
</O>
</O> |
3D View |
To view this example in the library, see (OpenBrIM Platform) |
Parameters of Vertical Segments Object (Alignment):
Label | Mandatory | Name and Type Attributes | Default Description and Value Attributes | Other Attributes | |
---|---|---|---|---|---|
1 | Station | Yes | N="Station" | D="Station: Station number of the elevation point." | Role="Input" |
2 | Grade | Yes | N="Grade" | D="Grade: Grade at this elevation." | Role="Input" |
3 | Elevation | Yes | N="Elevation" | D="Elevation: Elevation value." | Role="Input" |