Click or drag to resize

ConnectionStrategySetSurfaceCurve 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.1.418.0 (24.1.418.0)
Syntax
public abstract void SetSurfaceCurve(
	EllipsoidSurfaceCurve curve
)

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