Click or drag to resize

EllipsoidComplexSurfaceCurve.CreateCurve Method (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(
	params EllipsoidSurfaceCurve[] curves
)

Parameters

curves
Type:AGI.Foundation.Geometry.Shapes.EllipsoidSurfaceCurve[]
The set of constituent curves.

Return Value

Type: EllipsoidComplexSurfaceCurve
The constructed curve.
See Also