SuperElevationSpan
Banking angle transition between adjacent superelevation nodes along road
Since R2026a
Description
The SuperElevationSpan object represents the banking angle
transition between two adjacent superelevation nodes along a road. The span defines how the
banking angle changes continuously between the node it begins at and the node it connects to.
For each pair of adjacent SuperElevationNode objects, RoadRunner automatically creates a superelevation
span. You cannot create or edit spans directly, but they update automatically when you insert
nodes or modify node positions or angles. This image contains three nodes, where the two nodes
at the ends exist by default and the intermediate node has been created using the insertNode object function. Inserting the intermediate node automatically split
the existing span, creating new spans between each pair of adjacent nodes.

Creation
To retrieve a SuperElevationSpan object from a road in your RoadRunner
scene, extract the Spans property of the object stored in the SuperElevationCurve property of the road. The Spans property
returns an ordered array of all superelevation spans defined along the road. For example,
given a Road object, road, the expression seSpans =
road.SuperElevationCurve.Spans extracts all superelevation spans,
seSpans associated with the road.
Properties
Examples
Version History
Introduced in R2026a
See Also
SuperElevationCurve | SuperElevationNode | addSuperElevation | insertNode




