Click or drag to resize

EllipsoidComplexSurfaceCurve.CreateCurve Method (IList<EllipsoidSurfaceCurve>)

Constructs a complex curve based on a given set of constituent curves.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static EllipsoidComplexSurfaceCurve CreateCurve(
	IList<EllipsoidSurfaceCurve> curves
)

Parameters

curves
Type: System.Collections.Generic.IList<EllipsoidSurfaceCurve>
The set of constituent curves.

Return Value

Type: EllipsoidComplexSurfaceCurve
The constructed curve.
See Also