SurfaceCurveProcedure Constructor (EllipsoidSurfaceCurve, Double, RouteProfile) |
Create a new instance based on the given surface curve.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SurfaceCurveProcedure(
EllipsoidSurfaceCurve surfaceCurve,
double turningRadius,
RouteProfile profile
)
Public Sub New (
surfaceCurve As EllipsoidSurfaceCurve,
turningRadius As Double,
profile As RouteProfile
)
public:
SurfaceCurveProcedure(
EllipsoidSurfaceCurve^ surfaceCurve,
double turningRadius,
RouteProfile^ profile
)
new :
surfaceCurve : EllipsoidSurfaceCurve *
turningRadius : float *
profile : RouteProfile -> SurfaceCurveProcedure
Parameters
- surfaceCurve
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The surface curve to follow. - turningRadius
- Type: SystemDouble
The turn radius to use when entering and exiting the curve. - profile
- Type: AGI.Foundation.RouteDesignRouteProfile
The profile that defines the vertical and time dynamic geometry
along the procedure.
See Also