Click or drag to resize

SurfaceCurveSegment Constructor (EllipsoidSurfaceCurve)

Create a new instance based on 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 SurfaceCurveSegment(
	EllipsoidSurfaceCurve surfaceCurve
)

Parameters

surfaceCurve
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The surface curve that specifies the path along the surface.
See Also