Login  Register

Drawing circle on the plane of isometric surface

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Drawing circle on the plane of isometric surface

librecaduser
16 posts
I am following the isometric tutorial here:

http://wiki.librecad.org/index.php/LibreCAD_users_Manual#Connecting_the_corners 

But I am not able to draw circles on isometric surfaces.
I can draw a regular circle, but it does not appear to be isometric,
meaning it it flat and not in same plane as the rest of the isometric object.  

Please advice.
Thank you.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Drawing circle on the plane of isometric surface

dxli
1978 posts
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.

librecaduser wrote
I am following the isometric tutorial here:

http://wiki.librecad.org/index.php/LibreCAD_users_Manual#Connecting_the_corners 

But I am not able to draw circles on isometric surfaces.
I can draw a regular circle, but it does not appear to be isometric,
meaning it it flat and not in same plane as the rest of the isometric object.  

Please advice.
Thank you.