Click or drag to resize

EllipsoidComplexSurfaceCurveCreateCurve Method

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.1.418.0 (24.1.418.0)
Syntax
public static EllipsoidComplexSurfaceCurve CreateCurve(
	params EllipsoidSurfaceCurve[] curves
)

Parameters

curves
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The set of constituent curves.

Return Value

Type: EllipsoidComplexSurfaceCurve
The constructed curve.
See Also