Jump to content

isometric drawings


Recommended Posts

i use isometric drawing in autocad , and i draw a line length 20mm autocad draw a line length 20 but if i use a lisp

 

isoblocks.lsp

 

https://autocadtips1.com/2012/03/21/autolisp-easily-create-isometric-blocks/

 

the lengt hof the lines change? why?is another isometric projection?

Link to comment
Share on other sites

An isometric drawing is by definition a projection, but it's orthographic. In other words everything is projected, but it's all projected at the same ratio. In a perspective view, the projection angle varies based on distance from the camera.

 

From what I can tell, this LISP routine automatically projects horizontal lines to 30 degrees. If you want a 20mm line in the block, you'll need to draw it at some length that becomes 20 at 30 degrees. It's a trigonometry problem, but I forgot everything I learned about trig in the 80s.

Link to comment
Share on other sites

1 hour ago, CyberAngel said:

An isometric drawing is by definition a projection, but it's orthographic. In other words everything is projected, but it's all projected at the same ratio. In a perspective view, the projection angle varies based on distance from the camera.

 

From what I can tell, this LISP routine automatically projects horizontal lines to 30 degrees. If you want a 20mm line in the block, you'll need to draw it at some length that becomes 20 at 30 degrees. It's a trigonometry problem, but I forgot everything I learned about trig in the 80s.

Yes .i can not edit this lisp ...i think was projected on the same ratio .if you draw a linee in .autocad in isomode the length is the same you enter the Value in ortho mode .

Link to comment
Share on other sites

i use isometric drawing in autocad , and i draw a line length 20mm autocad draw a line length 20 but if i use a lisp

 

isoblocks.lsp

 

https://autocadtips1.com/2012/03/21/autolisp-easily-create-isometric-blocks/

 

the lengt of the lines change...i want the same length As 2d drawing.

 

There is someone who van modify the lisp ?

Link to comment
Share on other sites

In the precise definition of an isometric drawing lines (object edges) that are parallel to one of the principal axes (x, y, or z) are drawn true length at an angle of 8 or - 30° or vertically.  Thus a 20mm long edge in the x direction of the 3D model would be drawn at an angle of 30°.  An isometric projection on the other hand is the result of making a parallel projection (as opposed to a perspective projection) of the 3D shape to a plane.  The plane for an isometric projection is perpendicular to any of the diagonals of a cube.  Each of the principal axes of the 3D object form an angle of about 35.2644° (asin(1/sqrt(3)) with the projection plane. 

An object rotated to an isometric orientation yields geometry that is scaled by about 82%  (0.81649…).  This is equal to the cosine of 35.2644°.  Thus the 20mm line would be about 16.33mm long in the projection (20 * cosine(35.2644) ) .

 

Bottom line?  Forget the math and scale the isometric projection to yield an isometric drawing by scaling it up by  this factor or 1.224744… (the inverse of 0.81649).  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...