Region2d.Split Method

Similar to NormalizeSplit but region is assumed to be normalized allready. Splits the region in CCW+CW... regions
public List<Region2d> Split( 
   bool addRaw 
)

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