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,
	bool eliminate,
	bool unify
)
Visual C++
public:
void SmartUnion(
	Region^ region, 
	bool eliminate, 
	bool unify
)
F#
member SmartUnion : 
        region:Region * 
        eliminate:bool * 
        unify:bool -> unit 

Parameters

region
Type: Spherical..::..Region
The fully simplified region to union.
eliminate
Type: System..::..Boolean
The flag determines whether to eliminate convexes, if possible.
unify
Type: System..::..Boolean
The flag determines whether to stich convexes of resulting region, if possible.

See Also