BoundaryPoly2d.Compute Method

Computes the boundary polygon on the input geometry added with the Add functions.
Public Function Compute( _ 
ByVal pos As Point2d, _ 
ByVal progress As BPolyProgressDelegate, _ 
ByVal findislands As Boolean
) As Region2d
This language is not supported or no code example is available.
public Region2d Compute( 
Point2d pos
BPolyProgressDelegate progress
bool findislands 
)
This language is not supported or no code example is available.
public:  
Region2d^ Compute( 
Point2d^ pos
BPolyProgressDelegate^ progress
bool findislands 
)
This language is not supported or no code example is available.
public function Compute( 
pos : Point2d
progress : BPolyProgressDelegate
findislands : boolean 
) : Region2d;
This language is not supported or no code example is available.

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