Click or drag to resize

SurfaceArc Constructor (Ellipsoid, Cartographic, Double, ClosedTurnDirection)

Create a new instance based on the given center point.

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 SurfaceArc(
	Ellipsoid shape,
	Cartographic center,
	double radius,
	ClosedTurnDirection turnDirection
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface on which to define the arc.
center
Type: AGI.Foundation.CoordinatesCartographic
The center point for the arc.
radius
Type: SystemDouble
The turning radius of the arc measured from the center, in meters.
turnDirection
Type: AGI.Foundation.RouteDesignClosedTurnDirection
The direction in which to turn on the surface.
See Also