Removes the first occurance of the specified convex.

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

Syntax

C#
public void Remove(
	Convex item
)
Visual C++
public:
void Remove(
	Convex^ item
)
F#
member Remove : 
        item:Convex -> unit 

Parameters

item
Type: Spherical..::..Convex
The convex to remove from the region.

See Also