Creates an outline.

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

Syntax

C#
public Outline(
	IEnumerable<Patch> patches
)
Visual C++
public:
Outline(
	IEnumerable<Patch^>^ patches
)
F#
new : 
        patches:IEnumerable<Patch> -> Outline

Parameters

patches
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Patch>)>)>
The patch to copy.

See Also