Click or drag to resize

EllipsoidComplexSurfaceCurveCreateCurve Method (IListEllipsoidSurfaceCurve)

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.2.419.0 (24.2.419.0)
Syntax
public static EllipsoidComplexSurfaceCurve CreateCurve(
	IList<EllipsoidSurfaceCurve> curves
)

Parameters

curves
Type: System.Collections.GenericIListEllipsoidSurfaceCurve
The set of constituent curves.

Return Value

Type: EllipsoidComplexSurfaceCurve
The constructed curve.
See Also