Author Topic: The name game :: Object Snaps  (Read 7091 times)

0 Members and 3 Guests are viewing this topic.

JohnK

  • Administrator
  • Seagull
  • Posts: 10681
The name game :: Object Snaps
« on: May 03, 2006, 11:50:29 AM »
The object of this game is to list everything you know about the subject. Every post has to something different then what was previously listed or it can be labeled as "Duplicate entry!" in bold red letters (If no one notices that it was a duplicate entry, don't tell anyone). After the subject is exhausted, we will add up the duplicate entries and see who has the fewest.

Entries do not have to be limited to general knowledge or specific language problems, they can be anything you have discovered throughout your experiences or research.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

JohnK

  • Administrator
  • Seagull
  • Posts: 10681
Re: The name game :: Object Snaps
« Reply #1 on: May 03, 2006, 11:51:01 AM »
You can use the TAB key to cycle through available object snaps.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: The name game :: Object Snaps
« Reply #2 on: May 03, 2006, 12:01:41 PM »
You can enter a snap over ride at the command line during a command.

Like this:
Code: [Select]
Command: line
Specify first point: mid
of
Specify next point or [Undo]: end
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Arizona

  • Guest
Re: The name game :: Object Snaps
« Reply #3 on: May 03, 2006, 12:12:00 PM »
Setting the system variable osmode to 0 will turn off osnaps.
F3 is the toggle

Lin-Z

  • Guest
Re: The name game :: Object Snaps
« Reply #4 on: May 03, 2006, 12:23:09 PM »
you can use them inside the CAL command such as using osnaps to add a distance to a formula

Chuck Gabriel

  • Guest
Re: The name game :: Object Snaps
« Reply #5 on: May 03, 2006, 12:27:43 PM »
Running osnaps can foul up the behavior of some lisp routines.  However, if you change the osnap settings in a program to avoid this, it's good manners to put them back the way you found them when you're done.

MikePerry

  • Guest
Re: The name game :: Object Snaps
« Reply #6 on: May 03, 2006, 12:59:53 PM »
You can turn OFF OSnap functionality for Hatch Patterns with OSnapHatch ( AutoCAD 2005 or above ).

ronjonp

  • Needs a day job
  • Posts: 7535
Re: The name game :: Object Snaps
« Reply #7 on: May 03, 2006, 01:02:11 PM »
You can type in 'OS during a command to set transparently.

Shift+RgtClk shows osnap POP.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

grush

  • Guest
Re: The name game :: Object Snaps
« Reply #8 on: May 03, 2006, 01:08:31 PM »
Nearest should be removed from the POP menu.
Just my $4.07.

Pete

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: The name game :: Object Snaps
« Reply #9 on: May 03, 2006, 01:28:25 PM »
If you miss your osnap override point, you must re-enter your override osnap before the program will snap to that point.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

whdjr

  • Guest
Re: The name game :: Object Snaps
« Reply #10 on: May 03, 2006, 01:34:26 PM »
If you type in or select the wrong snap option you can just click into empty space to null out that choice and allow for another snap option.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: The name game :: Object Snaps
« Reply #11 on: May 03, 2006, 01:35:01 PM »
osmode is very usefull to set osnaps quickly
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)

Shinyhead

  • Guest
Re: The name game :: Object Snaps
« Reply #12 on: May 03, 2006, 01:39:46 PM »
using transparent snaps on the command line with point filters can make simple macros work almost as well as full fledged lisp routines, only much smaller and simpler.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: The name game :: Object Snaps
« Reply #13 on: May 03, 2006, 01:47:59 PM »
osnaps can be accessed via LISP to return the appropriate osnap point even if osmode is set to 0.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Bryco

  • Water Moccasin
  • Posts: 1883
Re: The name game :: Object Snaps
« Reply #14 on: May 03, 2006, 02:16:54 PM »
Non is the command line way of turning off snaps.