Over 1.092.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
Discussion forum
?CAD discussions, advices, exchange of experience

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
|
Post Reply ![]() |
Author | |
LTunlimited RSS ![]() RSS robots ![]() Joined: 23.Nov.2009 Status: Offline Points: 368 |
![]() Posted: 23.Jul.2010 at 09:43 |
Despite the fact that AutoCAD LT is a 2D drafting program, not all the files you receive will be exactly 2D…even if they should be. Sometimes some accidental Z coordinates get into a drawing, making it challenging to add new geometry or pull accurate distances from existing objects. Full AutoCAD has the Express Tool FLATTEN to help with this situation, but as you’re aware, AutoCAD LT does not have Express Tools. Fortunately, this is one of the cases where it’s fairly easy to replicate the Express Tool behavior with a CUI macro. Here’s the syntax: To flatten selected objects: ^C^C_UCS;;_select;\_move;_p;;0,0,1e99;;_move;_p;;0,0,-1e99;; To flatten the entire drawing: ^C^C_UCS;;_move;_all;;0,0,1e99;;_move;_all;;0,0,-1e99;; These macros work by moving geometry waaaay up and then waaaay back down – far enough that any residual Z coordinates get rounded down to zero.
Go to the original post... |
|
LT Unlimited - Autodesk blog by Kate Morrical
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,066 seconds.