Adds a collection 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( IEnumerable<Convex> collection ) |
Visual C++ |
---|
public: void AddRange( IEnumerable<Convex^>^ collection ) |
F# |
---|
member AddRange : collection:IEnumerable<Convex> -> unit |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Convex>)>)>
The convexes to be added.