RouteSegment
Description
A RouteSegment
object represents a route segment in a
RoadRunner scenario. A route segment connects two successive points in a route and
influences how RoadRunner Scenario interpolates the space between the points.
Creation
To retrieve a RouteSegment
object from your RoadRunner scenario, extract an element from the Segments
property of a
Route
object. For example,
segment1 = rrRoute.Segments(1)
extracts the first
RouteSegment
object from the Segments
property of the
route rrRoute
and assigns it to the variable
segment1
.
Properties
Examples
Version History
Introduced in R2025a
See Also
addPoint
| anchorToPoint
| autoAnchor
| Point
| Route