Login  Register

Re: Divide Existing line into "n" equal parts

Posted by techieey on May 05, 2016; 5:30am
URL: https://forum.librecad.org/Divide-Existing-line-into-n-equal-parts-tp5713619p5713645.html

dxli wrote
Another way:

1, scale the line by a factor of 1/n: Modify -> Scale, around one end (say, the start point), uniform scaling, and by a factor 1/n (yes, you can type in 1/3 instead of 0.333333, etc.);
2, copy, reference point=start point, target point = endpoint, number of copies = n - 1
Your solution is very good for dividing.
Thank you all for the answers.