PDA

View Full Version : Parallel Lines in an Isometric


kellern
31-01-2007, 05:47 PM
In 2D it is simple to create parallel lines in the plane with OFFSET. In an isometric how do you draw parallel lines in the isometric coordinate pair (x-y, x-z or y-z) that you have selected? OFFSET simply draws a parallel line as it does in 2D. Is there a simple method? Drawing a box in isometric should be easy.

csiarch
05-02-2007, 03:13 AM
Now, think about it for a minute. Offset works in 2D because of the orientation of the UCS soooooo....to get an offset to work in a 2D isometric drawing, you first have to ______________ the UCS (fill in the blanks).

If it were me, wouldn't screw around with 2D isometrics when you have a program with 3D capability.

Maybe time to move on and learn something new?

kellern
09-02-2007, 12:33 PM
My thread arose out of a question a friend asked me about drawing an isometric in an older version of AUTOCAD. I still can't figure out how to get the UCS to work to solve the problem

BobM
21-02-2007, 05:05 PM
You can not use the offset command in Isometric. turn on polar tracking and set to 30 degrees then select the line with the copy command and drag to the correct polar tracking and type the distance.

Hope this helps:Welcome: