Join2d.Compute Method

Joins the geometry added with the Add functions. Geometry will be joined if the endpoints are within _joindist.
public Region2d Compute( 
   double _joindist 
)

Parameters

_joindist
double

The maximum distance between endpoints. If exact join is wanted set this to Calc.Epsilon to avoid double precision erros.

Return Value

Region2d

A new Region2d with the joined geometry.

.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