Author Topic: Ignore Z value  (Read 1942 times)

0 Members and 1 Guest are viewing this topic.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Ignore Z value
« on: September 27, 2007, 04:04:43 PM »
In 2008, has anyone found a programmic way to set the option for ignoring Z values?

from the help file
Quote
Replace Z Value with Current Elevation
Specifies that object snaps ignore the Z-value of the object snap location and use the Z-value of the elevation set for the current UCS.
I want to add this to the startup of every user, but cant find it.  I have looked here so far
Code: [Select]
Application.Preferences.Drafting but haven't found it yet.  Other options from the Drafting Tab in "Options" are there, just not this one.
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Ignore Z value
« Reply #1 on: September 27, 2007, 04:05:47 PM »
Nevermind, just found it as OSNAPZ=1

Apprently you have to use ThisDrawing.SetVariable to set it
« Last Edit: September 27, 2007, 04:07:34 PM by CmdrDuh »
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)