Derives the union of the region and another one in place.

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

Syntax

C#
public void Union(
	Region region
)
Visual C++
public:
void Union(
	Region^ region
)
F#
member Union : 
        region:Region -> unit 

Parameters

region
Type: Spherical..::..Region
The region to add.

Remarks

The method adds clones of the convexes.

See Also