Derives the union of two simplified regions.

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

Syntax

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

Parameters

region
Type: Spherical..::..Region
The fully simplified region to union.

See Also