View Full Version : 2016 Replace z-value with current elevation
nextvkin
2016-03-24, 03:20 AM
In full autocad there is an option for replacing the z-value with the current elevation, so that when a drawing from the surveyor for example is xrefed in we're not drawing 3d lines. I can't find this option in LT where it's really needed - LT is basically for 2D I would have thought!
I don't know if this is what you mean or if it works in LT, but in AutoCAD, the command "elevation" is where you can set your working z value.
So if you want your elevation to be 2000', just type "elevation" > "2000'".
cadtag
2016-03-24, 04:00 PM
OSNAPZ maybe? turning that on ignoires the Z value when using Osnaps
nextvkin
2016-03-24, 08:04 PM
Ted, what I want is to set Elevation to 0 and no matter what z-value I snap to it always draws at z-value =0. This works in Full Autocad by selecting the Replace z-value with current elevation (in Options drafting tab) or as Cadtag suggests Osnapz = 1. However neither of these is available in AcadLT. Just wodering if there's something else that would do it. Thanks.
cadtag
2016-03-25, 02:07 AM
can you select objects, and set Z=0 in Properties? or is that missing/greyed out?
nextvkin
2016-03-25, 10:22 AM
Cadtag, yes I can do that alright, but it's the prevention I'm looking for not the cure - in other words, in full ACAD have the option replace z-value to current elevation & set current elevation to 0, I just draw as per normal & snapping to any z-value will still let me draw at elevation 0. I just can't find this option in ACADLT. In ACADLT even when I set the elevation to 0, when I snap to any z-value it'll draw at that z-value, resulting in lines that are all over the place (in z-values & then I'll have to fix them.
cadtag
2016-03-25, 12:43 PM
Bricscad probably a better choice for you than lt. At least it is not deliberately broken by the mfgr
zcardwel
2016-04-21, 05:27 PM
Can you use the FLATTEN command in ACAD LT?
hardin
2016-04-21, 05:29 PM
Well, it's not pretty and won't work with running OSNAPs, but you could develop a tool bar or tool palette to snap to things with elevation of 0 by using point filters.
Doing this manually, the command line looks like this:
Specify first point:
Specify next point or [Undo]: .z
of 0,0,0
(need XY): endp of
So your macro or toolbar button would look like this:
.z 0,0,0 endp
Of course your snap would be any snap you wanted. You could duplicate AutoCAD's default SNAP tool bar with these osnap macros.
I suppose you could also just make a button with the ".z 0,0,0" then choose the snap of choice. But who wants to do two clicks when you can do just one?
Otherwise, you'll just have to FLATTEN the drawing (if that's even available in LT) or use CHANGE and the Properties Manager to keep things at 0.
ntaylor103650
2016-04-21, 07:47 PM
If you're trying to snap to 3D points in the xref, and all you want is 2D (at some specified elevation), then draw a 2D- or LW-polyline. Each vertex after the initial vertex will have the elevation of the initial. Two options here: either set the initial elevation using a point filter, or edit the elevation in Properties when done.
Tweed
2016-04-22, 08:55 AM
When we got drawings with Z coordinates in it we would start the move command, select all enter the coordinates 0,0 enter 0,0,1e99 enter. Then move select all again 0,0 enter 0,0,-1e99
My rather inelegant macro was
^c^c_move;all;;0,0,0,0,1e99;^c^c_move;all;;0,0,0,0,-1e99;
You basically move everything from 0,0 to the same coords but very high up (1 to the power of 99) then you move everything back down to 0,0,0 it doesn't seem to work if you just tell it to move to 0,0,0. If you check on properties with everything selected you should see 0 in all coordinates.
jeniferganeshv726819
2016-05-02, 11:45 AM
Hello everybody, when I want to work in 3D with a 2D viewpoint I go to OPTIONS, DRAFTING, Replace Z value with current elevation.
Is there an existing command that will give me access directly to this setting like : SAVETIME instead of : OPTIONS, OPEN AND SAVE, XX minutes between saves ?
Is there a place were I could find all these "shortcuts" ?
cadtag
2016-05-02, 04:41 PM
OSNAPZ, set it to 1
As for finding them 'all', probably Help, plus experience. browsing the forums helps a lot too.....
Hello everybody, when I want to work in 3D with a 2D viewpoint I go to OPTIONS, DRAFTING, Replace Z value with current elevation.
Is there an existing command that will give me access directly to this setting like : SAVETIME instead of : OPTIONS, OPEN AND SAVE, XX minutes between saves ?
Is there a place were I could find all these "shortcuts" ?
OSNAPZ, set it to 1
As for finding them 'all', probably Help, plus experience. browsing the forums helps a lot too.....
There is a command you can see (and edit in most cases) all the system variables:
command: sysvdlg
I'm not sure which versions support this if not all, but you can give it a try.
You can search or just scroll through them.
That should get you started.....
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.