Join2d Class

Joins a set of arcs, lines, regions or polys. Polys will not be exploded but will be kept together during the join operation. If this is not what you want you need to traverse the polys and add the arcs one by one.
Public Class Join2d
This language is not supported or no code example is available.
public class Join2d
This language is not supported or no code example is available.
public ref class Join2d 
This language is not supported or no code example is available.
public class Join2d
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Add(Arc2d) Adds geometry to join.
Public method Add(Line2d) Adds geometry to join.
Public method Add(Poly2d) Adds geometry to join.
Public method Add(Region2d) Adds geometry to join.
Public method Compute(double) Joins the geometry added with the Add functions. Geometry will be joined if the endpoints are within _joindist.
Top
IGS.Genamo.Join2d

.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