PDA

View Full Version : Non coplanar lines in 2D drawings



a_meteni
2006-03-28, 08:43 PM
Sometimes I get files from other users that contain some lines having different Z values. I've always used FLATTEN command to solve this problem.


Now I'm thinking to add this line to ACADDOC.LSP (COMMAND "OSNAPZ" "1") to prevent more such errors


Which is better? ACADDOC or screaming with the Flatten command

Opie
2006-03-28, 08:53 PM
The flatten command will rename EACH instance of your blocks to another unique name. Be careful in how you set it up.

Mike.Perry
2006-03-28, 09:10 PM
Hi "a_meteni" ( Sorry, I do not know your real name )

Please note I have *moved* this thread from the CAD Mgmt. General (http://forums.augi.com/forumdisplay.php?f=119) forum to this one, as I feel this particular forum is a more appropriate place for such a topic.

Thanks, Mike

Forum Moderator

Mike.Perry
2006-03-28, 09:12 PM
Which is better? ACADDOC or screaming with the Flatten commandHi

Personal opinion...

Prevention is always better than a cure ( fix ).

Have a good one, Mike

rkmcswain
2006-03-29, 12:15 AM
Now I'm thinking to add this line to ACADDOC.LSP (COMMAND "OSNAPZ" "1") to prevent more such errors



Note that OSNAPZ only forces object snaps to the current elevation. If you want that elevation to be zero, you would need to ensure that also.

As Mike said, maybe education is the first step.

a_meteni
2006-03-29, 10:11 AM
The flatten command will rename EACH instance of your blocks to another unique name. Be careful in how you set it up.
Ofcorse I only use it with required objects only. I never select all with the flatten command