Print Page | Close Window

Mimic Express Tool Flatten

Printed From: CAD Forum
Category: EN
Forum Name: RSS Feeds
Forum Description: Automatic publishing of CAD information from other web sources
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4066
Printed Date: 26.Sep.2026 at 13:52


Topic: Mimic Express Tool Flatten
Posted By: LTunlimited RSS
Subject: Mimic Express Tool Flatten
Date 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 http://feedproxy.google.com/~r/LtUnlimited/~3/-edh12PICak/mimic-express-tool-flatten.html - original post...



-------------
http://ltunlimited.typepad.com" rel="nofollow - LT Unlimited - Autodesk blog by Kate Morrical



Print Page | Close Window