Problem with creating a curve line with precise coordinates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create a curve line 61cm with exact coordinate points... I need precise coordinate on each 16,5mm.
If I use the spline the line doesn't pass on the exact coordinates even if I give tolerance 0.0000.
When I convert it to poly line and put high precision the CNC struggles to do smooth curve..
If I do it directly with poly line and after that give a "curve fit" should it be better?
Those are the coordinates I need:
0,5.884 | 0,29.603 |
7.5,5.504 | 7.5,29.944 |
24,4.723 | 24,30.626 |
40.5,4.108 | 40.5,31.235 |
57,3.502 | 57,31.800 |
73.5,2.899 | 73.5,32.325 |
90,2.422 | 90,32.784 |
106.5,1.991 | 106.5,33.193 |
123,1.558 | 123,33.575 |
139.5,1.212 | 139.5,33.892 |
156,0.944 | 156,34.139 |
172.5,0.695 | 172.5,34.373 |
189,0.484 | 189,34.568 |
205.5,0.326 | 205.5,34.705 |
222,0.185 | 222,34.837 |
238.5,0.073 | 238.5,34.941 |
255,-0.006 | 255,35.006 |
271.5,-0.064 | 271.5,35.059 |
288,-0.098 | 288,35.091 |
304.5,-0.110 | 304.5,35.102 |
321,-0.098 | 321,35.091 |
337.5,-0.064 | 337.5,35.059 |
354,-0.006 | 354,35.006 |
370.5,0.082 | 370.5,34.914 |
387,0.200 | 387,34.802 |
403.5,0.351 | 403.5,34.660 |
420,0.536 | 420,34.469 |
436.5,0.775 | 436.5,34.256 |
453,1.058 | 453,34.003 |
469.5,1.375 | 469.5,33.675 |
486,1.781 | 486,33.306 |
502.5,2.292 | 502.5,32.850 |
519,2.780 | 519,32.331 |
535.5,3.377 | 535.5,31.765 |
552,4.105 | 552,31.115 |
568.5,4.777 | 568.5,30.402 |
585,5.555 | 585,29.635 |
601.5,6.500 | 601.5,28.791 |
609,6.935 | 609,28.374 |
Can someone suggest me the best way to do it simple, smooth and accurate ?
Thanks in advance