CAD Forums > CAD General

_offset without the snap

<< < (2/3) > >>

PDJ:

--- Quote from: CAB ---Mark, will that fit in the button? :lol:  just kidding...
I'll give it a look.

CAB
--- End quote ---


To think a little outside the box, just take his routine and have the button load and execute it.  That's what I do.. Actually, I wrote the routine in my acad.lsp file and put the defun in the button menu..  Or somethin like that.. eheh

Paul Jordan

Hangman:
Heres some info for you to play with.

Your snaps are setup under the osmode variable.  For each snap, there is a number associated with it.   To assign several snaps but not all, you have to add the numbers together.

So, with the offset command add the following code:
(setvar "osmode" ???)    The questionmarks are where you input the numbers associated to the snaps you want.   If you want zero snaps, enter a 0.

You can actually set it up so you can hit the offset button, it will turn off the snaps, you do your offset and then it puts your snaps back the way they were just before you hit the button.  :)

Hope this helps.

CAB:
Paul, I was just kidding around with Mark, a LIPS routine is no problem.
Just seemed like a ^B or NON (None) in the right place should do it.
Paul your haven't sent me that file yet. :)

Care to share your routine or were you not referring to a Offset Routine?

Hangman, Thanks for the reply, my favorite is 175.

CAB

Keith™:
Well my favorite is 681

CAB:
Oh no,
I can't live without 6. :)

CAB

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version