rudnii Posted April 22, 2010 Posted April 22, 2010 :My endpoint & midpoint snap seem to be always up. They are not checked in the draft settings box (only center and intersection are). Example: When I try to draw a line from the center of an arc, the osnap icons go from endp to midp to endp, the center of the arc is never available. When I exit the Line command and check my settings, the center and intersection are still the only ones checked. Here's the weird thing that I found: If I check the settings while in the Line command, the endp & midp are checked! When I uncheck them and hit apply - ok, the line snaps to the center just like I want it to. When I start the Line command again, the problem reappears. This problem exists across the board for commands and objects I am trying to snap to. Am I missing something with the settings or is this a glitch? I really hope for a solution to this! Thanks, Tod Miller Quote
rudnii Posted April 26, 2010 Author Posted April 26, 2010 Does anybody at all have any idea what is causing this? I tested this on another seat of Mechanical 2011 and it has the same problem. I can't believe nobody else has seen this issue. It is a very bad problem. Thanks, Tod Miller Quote
Fire_col Posted April 26, 2010 Posted April 26, 2010 It could be your OSOPTIONS variable. Mine is set to 3 so that my preference is always constant. Quote
rudnii Posted April 26, 2010 Author Posted April 26, 2010 It was set to 0. I set it to 1 and still have the same problem. Quote
lpseifert Posted April 26, 2010 Posted April 26, 2010 Try it using .line (notice the period) and see what happens. Quote
jammie Posted April 26, 2010 Posted April 26, 2010 Any Lisp/VBA/.Net routines loaded? Sounds like a command reactor of sorts.... Quote
rudnii Posted April 26, 2010 Author Posted April 26, 2010 I have lisp routines that I used in ACAD 2000, but had no problem like this. I unloaded all of them and opened acad with nothing loaded and the problem remains. This problem acts like the osnap for endp and midp are forced on inside of the native (line, circle, etc.) ACAD commands. Quote
alanjt Posted April 26, 2010 Posted April 26, 2010 This is probably pointless, but try: (command "_.line" PAUSE) Quote
rudnii Posted April 26, 2010 Author Posted April 26, 2010 (edited) This is probably pointless, but try: (command "_.line" PAUSE) That worked! I used it as a workaround until they patch this program (hopefully). It fixes most everything except a gripedit move/copy. I don't see anyway you could fix that since you're not in a command. The Copy, Move etc. commands were dicey though. For anyone else that sees this whole deal as a problem: (defun c:cp () (setq ss1 nil) (setq ss1 (ssget)) (if (= ss1 nil) (command "_.copy" PAUSE) (command "_.copy" "p" "" PAUSE) ) ) Thanks alot bud, Tod Miller Edited September 10, 2012 by SLW210 Quote
alanjt Posted April 26, 2010 Posted April 26, 2010 Smells like a command reactor or redefined command(s). Quote
abkb12 Posted September 9, 2012 Posted September 9, 2012 In autocad mechanical there is a Mechanical Toolbar, open toolbar Snap settings Setup the 4 settings and select the one you want to use Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.