I am trying to construct the arcs applying Eyeshot 12. I use the constructor: Arc(Plane, 2D center point, 2D start point, 2D end point). I have two arcs. The end point of one of them is exactly the same as the start point of the another one. In spite of that, Eyeshot constructs the arcs with significant gap between these points. Is this a bug , or I am doing somethying wrong?
The parameters of my arcs are as follows:
Arc1: 2D center point = (-0.655572, 0.160451
),
2D start point = (-0.008477, 0.049511
),
2D end point = (0.000385, 0.1271105
).
Arc2: 2D center point = (-1.789206, 0.218072
),
2D start point = (0.000385, 0.1271105
),
2D end point = (0.002240, 0.177704
).