Re: Drawing circle on the plane of isometric surface
Posted by
dxli on
Apr 17, 2016; 7:51am
URL: https://forum.librecad.org/Drawing-circle-on-the-plane-of-isometric-surface-tp5713476p5713477.html
isometric only means the grid is isometric.
LC is 2D only, so an ellipse should be drawn explicitly as a projected circle.
One way to construct such an ellipse is to draw a projected square, followed by
Ellipse -> Draw Ellipse Inscribed
to draw the projected ellipse inscribed in the projected square.