Adds a list of convexes to the region.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void AddRange( IList<Convex> collection ) |
Visual C++ |
---|
public: void AddRange( IList<Convex^>^ collection ) |
F# |
---|
member AddRange : collection:IList<Convex> -> unit |
Parameters
- collection
- Type: System.Collections.Generic..::..IList<(Of <(<'Convex>)>)>
The convexes to be added.