Dear guys . I'm finding l
I have a question. dear.like pic.
would provide like this lisp .
==== I have this lisp now. ======
(defun C:BB(/ ss sno pt1 pt2 no x) (princ " = BREAK2P") (setq ss (ssget)) (setq sno (sslength ss)) (setq pt1 (getpoint "\n>>> First Point : ")) (setq pt2 (getpoint pt1 "\n>>> Second Point : ")) (setq no 0) (repeat sno (setq x (ssname ss no)) (command "break" x pt1 pt2) (setq no (1+ no)) )(prin1)) Please read the Code Posting Guidelines and have your Code to be included in Code Tags.
Your Code Here =
Your Code Here Try BreakObjects22.LSP by CAB @ theswamp.org
Topic:
https://www.theswamp.org/index.php?topic=10370.0
Download link:
https://www.theswamp.org/index.php?topic=10370.msg586841#msg586841 thank you. I was changed. thank you.
页:
[1]