Join2d.Compute Method

Joins the geometry added with the Add functions. Geometry will be joined if the endpoints are within _joindist.
Public Function Compute( _ 
ByVal _joindist As Double
) As Region2d
This language is not supported or no code example is available.
public Region2d Compute( 
double _joindist 
)
This language is not supported or no code example is available.
public:  
Region2d^ Compute( 
double _joindist 
)
This language is not supported or no code example is available.
public function Compute( 
_joindist : double 
) : Region2d;
This language is not supported or no code example is available.

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