You are here:

AutoCAD/Lines not at the same plan

Advertisement


Question
How can I move a non planar line at(i.e x=10,y=4,z =23
to a line on x=10,y=4,z=0)
I have two lines wich are not intersected, in different plans and i want both to be at the same plan.


Answer
Munir:
Lines have two main points:  A starting point and an endpoint.  Each point has one set of three coordinates: x, y, and z.  But each of the lines you depict is showing only one point.  The two sets of coordinates can be drawn as ONE line:  Thus:
Command: line
Specify first point:10,4,0

Specify next point or [Undo]: 10,4,23

Specify next point or [Undo]:

If your plan view coincides with the current UCS, your line will look like a little dot, because only the Z coordinate is different.  But if you use _3DORBIT or _VPOINT you should be able to rotate your axes so that you can actually see the line.

So, if you want to draw a new line at the top of the original line, you can draw it with these or similar coorindates:

Command: line
Specify first point:10,4,23

Specify next point or [Undo]: 20,8,23

Specify next point or [Undo]:

That new line will be perpendicular to the original line and will be at a 90 degree angle to the first line.

Keep in touch
Bill DeShawn
http://my.sterling.net/~bdeshawn

AutoCAD

All Answers


Answers by Expert:


Ask Experts

Volunteer


Bill DeShawn

Expertise

I can address all 2-D questions and some 3-D questions. I do programming in AutoLISP if it doesn`t involve solid modeling. I can also address menu customization issues and can help you find answers to questions I can`t answer by taking your question directly to Autodesk via their newsgroups.

Experience

I used to do electronic and mechanical design for a flat panel monitor manufacturer, and now I do architectural drafting for an architect. I did and do AutoLISP and menu customization and take pride in making my lisp routines to do the work exactly the way the client likes them done.

Publications
I had a routine published in CADENCE magazine (no longer in publication and taken over by CADALYST). Some of my routines are published on my website at http://my.sterling.net/~bdeshawn

©2012 About.com, a part of The New York Times Company. All rights reserved.