BoundaryPoly2d.Compute Method

Computes the boundary polygon on the input geometry added with the Add functions.
public Region2d Compute( 
   Point2d pos
   BPolyProgressDelegate progress
   bool findislands 
)

Parameters

pos
Point2d

The pick point.

progress
BPolyProgressDelegate

findislands
bool

Return Value

Region2d

A new region that is the result of the boundary polygon operation.

.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