Re: From France...
Posted by
dxli on
URL: https://forum.librecad.org/From-France-tp5713006p5713033.html
we do not have way to repeat the previous command yet.
do you mean you want to rotate a line to be perpendicular to an existing line?
I'm thinking about using "draw perpendicular line", and "Rotate", using the perpendicular point in the "draw" step as a target point:
0, given line a, to rotate line A to be perpendicular to line b;
1, from one end point A of a, which is not on line b, draw perpendicular line to b, and the the perpendicular projection of A is C;
2, rotate line a by rotation center A, and the other end point of a as the reference point; choose C as the target point
You can do "relative angle" also, which allows using of intersecting angle other than 90 degrees, and the relative angle can be against lines and circles.
TODO: support "draw perpendicular", "draw orthogonal", "draw relative angle" by ellipses.
TODO: fix "draw orthogonal" against circles