Click or drag to resize

PartialSurfaceSegment Constructor (SurfaceSegment, Double)

Create a new instance that represents the portion of another surface segment from the given start distance to its end.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PartialSurfaceSegment(
	SurfaceSegment segment,
	double startDistance
)

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.
See Also