Derives the union of the region and the specified convex.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public void Union( Convex convex ) |
| Visual C++ |
|---|
public: void Union( Convex^ convex ) |
| F# |
|---|
member Union : convex:Convex -> unit |
Parameters
- convex
- Type: Spherical..::..Convex
The convex to add.
Remarks
The method simply adds a clone of the convex to the list.