Creates a region from a list of convexes.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Region( List<Convex> list ) |
Visual C++ |
---|
public: Region( List<Convex^>^ list ) |
F# |
---|
new : list:List<Convex> -> Region |
Parameters
- list
- Type: System.Collections.Generic..::..List<(Of <(<'Convex>)>)>
The list of convexes.
Remarks
Does not clone the convexes, just copies the references for efficiency.