SurfaceSegment Constructor (Ellipsoid, Double) |
Create a new instance with the given surface shape and total 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 protected SurfaceSegment(
Ellipsoid shape,
double surfaceDistance
)
Protected Sub New (
shape As Ellipsoid,
surfaceDistance As Double
)
protected:
SurfaceSegment(
Ellipsoid^ shape,
double surfaceDistance
)
new :
shape : Ellipsoid *
surfaceDistance : float -> SurfaceSegment
Parameters
- shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface upon which this segment is defined. - surfaceDistance
- Type: SystemDouble
The total distance along the surface path, in meters.
See Also