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

Simplifies a simple polygon of lines.
public static Poly2d Calculate( 
   Poly2d pl
   int cnt
   double amount
   bool onlyreflex 
)

Parameters

pl
Poly2d

Input polygon

cnt
int

Min number of edges in result

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 should be considered

Return Value

Poly2d

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