Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected SurfaceSegment(
	Ellipsoid shape,
	double surfaceDistance
)

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