Joining two lines using Eyeshot

91 views Asked by At

I am just stating to use Eyeshot. I would like to learn the method to join two line segments. The documentation does not show a join but does of union on a region. But I am unclear how the two lines can be a region.

Any help would be great.

    Cad1.Entities.Add(New Line(0, 0, 0, 96, 0, 0))
    Cad1.Entities.Add(New Line(96, 0, 0, 96, 48, 0))
1

There are 1 answers

1
abenci On

In fact they are not, Region entity requires closed contours.