Creates a patch from a list of arcs.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Patch(
	Arc[] list
)
Visual C++
public:
Patch(
	array<Arc^>^ list
)
F#
new : 
        list:Arc[] -> Patch

Parameters

list
Type: array<Spherical..::..Arc>[]()[][]
The arcs of the patch.

Remarks

Derives area and bounding circle.

Copies arc list by reference.

See Also