Region2d.Split Method

Similar to NormalizeSplit but region is assumed to be normalized allready. Splits the region in CCW+CW... regions
Public Function Split( _ 
ByVal addRaw As Boolean
) As List(Of Region2d)
This language is not supported or no code example is available.
public List<Region2d> Split( 
bool addRaw 
)
This language is not supported or no code example is available.
public:  
List<Region2d^>^ Split( 
bool addRaw 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

addRaw
bool

If polys are added raw or copied

Return Value

List<Region2d>

A list of split regions with one CCW and multiple CW polys

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition