Anyone put there found a easy way to remove the z co-ords from lines etc without having to use the flatten command. I tried flatten and it sent the machine into overdrive and still didn't complete the job properly.
Anyone put there found a easy way to remove the z co-ords from lines etc without having to use the flatten command. I tried flatten and it sent the machine into overdrive and still didn't complete the job properly.
CAD RAT AKA Mr dribble, AKA Grumpy Old Man.
Hi
For starters...
z axis problem
Tips for Express Tools "Flatten Objects"
3D Polyline to zero Z-coordinate
Flatten
Have a good one, Mike
change the z elevation in the properties palette
Christopher T. Cowgill, P.E.WIGHTMAN & ASSOCIATES, INC.
ENGINEERING <> SURVEYING <> ARCHITECTURE
AutoDesk Infrastructure Design Suite Premium 2013 x64
Windows 7 Pro x64
But change elevation only works with objects having the same Z value . if your object having different Z values u'll need the flatten commandchange the z elevation in the properties palette
Regards
Originally Posted by ccowgill
Not necessarily.Originally Posted by a_meteni
For example, the z-value for each end of a line can be altered in the properties manager.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
You might want to try this:Originally Posted by glyn.ratcliffe
Code:(command "._move" (ssget) "" '(0 0 1e99) "" "._move" "_P" "" '(0 0 -1e99) "")
Land Desktop has a "Flatten Z Values" command. This question comes up so often, maybe we need a Wishlist item to move this command from LDD to Vanilla Autocad?
Simple - do what I do.
At the command line:
change>properties>all>elevation>0>enter
I always seem to get hit with "lines are non-coplanar" messages, so that always does the trick!
Hope it helps!
Back in the AutoCAD saddle and loving every minute!
I agree w/ CadKitty. Or just a plain "move" command will work. move items from 0,0 to 0,0,0. For us civil geeks, this is an easy way to lift or lower grade lines one foot. Rich
I apologize for another post, but I just remembered that someone came to me last week because he couldnt get the flatten command to work and the line he snapped too had a z elevation of .00006 so sometimes moving to just "0" doesnt help, you might have to change the unit precision or put a lot of 0's after a decimal point. Rich