GeodesicConnectionStrategySetSurfaceCurve Method |
Set this connection to use the given surface curve.
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 override void SetSurfaceCurve(
EllipsoidSurfaceCurve curve
)
Public Overrides Sub SetSurfaceCurve (
curve As EllipsoidSurfaceCurve
)
public:
virtual void SetSurfaceCurve(
EllipsoidSurfaceCurve^ curve
) override
abstract SetSurfaceCurve :
curve : EllipsoidSurfaceCurve -> unit
override SetSurfaceCurve :
curve : EllipsoidSurfaceCurve -> unit
Parameters
- curve
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The curve to use as the connection.
Remarks If the given curve is incompatible with the
current strategy, the strategy will attempt to create a new curve that will
use the end points of the specified curve.
See Also