Community
AutoCAD LT Forum
Welcome to Autodesk’s AutoCAD LT Forums. Share your knowledge, ask questions, and explore popular AutoCAD LT topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Moving all lines to Z=0

2 REPLIES 2
Reply
Message 1 of 3
d.ebbett
7399 Views, 2 Replies

Moving all lines to Z=0

Is there a quick way in LT2000 to move all lines to Z=0 when the lines all have different Z values.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: d.ebbett

Several ways:
CHANGE
CHPROP
Properties

...or the brute force method:

MOVE
All
0,0,1e99

MOVE
Previous
0,0,-1e99
___

"d.ebbett" wrote in message
news:f13be2f.-1@WebX.maYIadrTaRb...
> Is there a quick way in LT2000 to move all lines to Z=0 when the lines all
have different Z values.
Message 3 of 3
Anonymous
in reply to: d.ebbett

Toolbar button macro for Paul's tip (watch for word wrap):

^C^C$M=$(if,$(getvar,cmdactive),_all,^P_ai_selall
^P);_move;0,0,0;0,0,1e99;^C^C$M=$(if,$(getvar,cmdactive),_all,^P_ai_selall
^P);_move;0,0,0;0,0,-1e99;

--
Dean Saadallah
http://www.pendean.com
LT Express Utilities
http://www.pendean.com/ltexpress
Expanded Links Pages
http://www.pendean.com/lt/links.htm
--

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost