RoadBuilder
Description
- Derived from
-
MarkingBuilder abstract
Helper class for building vector shapes for roads (pavement and markings).
To build road shapes, the following steps are necessary:
-
Create a ICurve that represents the center-line of a road, for example by using Curve.Tangent and filling in control points and tangents.
-
Create a RoadBuilder and configure the CenterLine and Accuracy properties.
-
Create RoadElement objects and add them to the builder (see Elements).
-
Use IMarkingBuilder.ShapeFor to obtain the road shape.