Click or drag to resize

SurfaceArc Constructor (Ellipsoid, Cartographic, Double, Double, ClosedTurnDirection)

Create a new instance based on the given point and heading.

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 point,
	double heading,
	double radius,
	ClosedTurnDirection turnDirection
)

Parameters

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