PartialSurfaceSegment Constructor (SurfaceSegment, Double, Double) |
Create a new instance that represents the portion of another surface segment
from the given start distance to a given stop distance.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PartialSurfaceSegment(
SurfaceSegment segment,
double startDistance,
double stopDistance
)
Public Sub New (
segment As SurfaceSegment,
startDistance As Double,
stopDistance As Double
)
public:
PartialSurfaceSegment(
SurfaceSegment^ segment,
double startDistance,
double stopDistance
)
new :
segment : SurfaceSegment *
startDistance : float *
stopDistance : float -> PartialSurfaceSegment
Parameters
- segment
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The segment to subdivide. - startDistance
- Type: SystemDouble
The distance along the given segment at which
this segment starts. - stopDistance
- Type: SystemDouble
The distance along the given segment at which
this segment stops.
See Also