PolygonSimplification.Calculate (Region2d, Int32, Double, Boolean) Method

Simplifies the polys in a region.
public static Region2d Calculate( 
   Region2d r
   int cnt
   double amount
   bool onlyreflex 
)

Parameters

r
Region2d

Input region, flattened

cnt
int

Min number of edges in result foreach poly

amount
double

Max amount of area reduction. ex. 0.1 means 10% area difference. If 0 then not used.

onlyreflex
bool

True if only reflex vertices (inner corners) should be considered

Return Value

Region2d

A reduced polygon

.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