alijahed Posted October 22, 2008 Posted October 22, 2008 Hi All, I have really basic question. I put my question on the file. Cheers Ali Drawing2.dwg Quote
lpseifert Posted October 22, 2008 Posted October 22, 2008 Break command Command: break BREAK Select object: Specify second break point or [First point]: f Specify first break point: int of Specify second break point: @ or... if you do it a lot (defun c:brk-at () (setq e1(entsel "Select object: ")) (setq os(getvar"osmode")) (setvar "osmode" 33) (command "break" e1 "f" pause "@" ) (setvar "osmode" os) (princ) ) Quote
alijahed Posted October 22, 2008 Author Posted October 22, 2008 Break commandor... if you do it a lot (defun c:brk-at () (setq e1(entsel "Select object: ")) (setq os(getvar"osmode")) (setvar "osmode" 33) (command "break" e1 "f" pause "@" ) (setvar "osmode" os) (princ) ) Cheers mate 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.