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.2.419.0 (24.2.419.0)
Syntax public PartialSurfaceSegment(
SurfaceSegment segment,
double startDistance
)
Public Sub New (
segment As SurfaceSegment,
startDistance As Double
)
public:
PartialSurfaceSegment(
SurfaceSegment^ segment,
double startDistance
)
new :
segment : SurfaceSegment *
startDistance : 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.
See Also