Code Red > AutoLISP (Vanilla / Visual)

Stretch Mleader

(1/7) > >>

Marc'Antonio Alessi:
Is there a way to Stretch without selecting the two grips with the shift keyboard, basically like taking the midpoint as in the exploded version?

ronjonp:
Use the stretch command ( s ) with a crossing window?

Marc'Antonio Alessi:

--- Quote from: ronjonp on September 14, 2017, 10:09:34 AM ---Use the stretch command ( s ) with a crossing window?

--- End quote ---
Thanks, but sometime there are objects inside the Windows... it is not very fast...

ronjonp:
When I explode an mleader it is a bunch of pieces ? How are you accomplishing the top image?

Marc'Antonio Alessi:

--- Quote from: ronjonp on September 14, 2017, 11:39:03 AM ---When I explode an mleader it is a bunch of pieces ? How are you accomplishing the top image?

--- End quote ---
I have exploded Mleader only to show (see DWG), but I do not want explode it...
Somethink like this, but if there are objects on the endpoints they are stretched...:

--- Code: ---(defun C:zz ( / Pnt000)
  (setq Pnt000 (getpoint "\nSeleziona il primo punto finale della direttrice da stirare: "))
  (prompt "\nSeleziona l'altro punto finale: ")
  (vl-cmdf "_.STRETCH" "_C" Pnt000 "_END" pause "" Pnt000)
  (princ)
)
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version