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))
In fact they are not,
Regionentity requires closed contours.