Re: How to draw an ellipse from the command line.
Posted by perepujal on Jul 29, 2020; 6:33am
URL: https://forum.librecad.org/How-to-draw-an-ellipse-from-the-command-line-tp5719268p5719317.html
Seeing your drawing procedure you could get better results by plotting the center of the ellipse and three points of the axes, then draw it with "center and 3 points", it allows tilted ellipses.
Strangely, "4 points" seems to not compute tilted ellipses?