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.2.419.0 (24.2.419.0)
Syntax public SurfaceArc(
Ellipsoid shape,
Cartographic center,
double radius,
ClosedTurnDirection turnDirection
)
Public Sub New (
shape As Ellipsoid,
center As Cartographic,
radius As Double,
turnDirection As ClosedTurnDirection
)
public:
SurfaceArc(
Ellipsoid^ shape,
Cartographic center,
double radius,
ClosedTurnDirection turnDirection
)
new :
shape : Ellipsoid *
center : Cartographic *
radius : float *
turnDirection : ClosedTurnDirection -> SurfaceArc
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