athanatos
Guest
İyi sabah, herkes!
Bu konuyu birkaç ağ lisp hakkında bilgi sormak için açıklıyorum, bu da daha fazla retinanın kondüklerini yeniden yaratmasına izin vermelidir.
Birçoğundan biri bu
;handy autocad-12 hatch edit 06/08/2009
Yazarlar: alex borodulin
;nyacad, inc. http://www.nyacad.com(defun c:has(/ gp) (setq gp (sget)) (command "-hatchedit" gp "as" duraklama));convert hatch to associativeativeative
(defun c:hbo (/ gp) (setq gp (sget))(command "-hatchedit" gp "b" "p" "y"); hatch'a ek sınır
(defun c:hf(/ gp) (setq gp (sget))(command "-hatchedit" gp "o" "s" duraklama "n"));hatch düzeltme
(defun c:hs(/ gp) (setq gp (sget))(command "-hatch ayrı" gp "h")
oppure Questo reperibile qui
http://forums.autodesk.com/t5/işits...s-poligons-each-in-in-bas-td-p/3290 / Sayfa/1Bu kodların sorunu muhtemelen otocad'ın İngilizce versiyonları ile çalışmaktır.
Aslında (2013'te otocad) İtalyan'daki "silah" komutu "_hatchedit" olur. b p y komutları için bir maç bulamadım.
Herkes lisp önermek veya çalışmak için bir çözüm var mı?
Yardım için tekrar teşekkürler.
Selamlar
Bu konuyu birkaç ağ lisp hakkında bilgi sormak için açıklıyorum, bu da daha fazla retinanın kondüklerini yeniden yaratmasına izin vermelidir.
Birçoğundan biri bu
;handy autocad-12 hatch edit 06/08/2009
Yazarlar: alex borodulin
;nyacad, inc. http://www.nyacad.com(defun c:has(/ gp) (setq gp (sget)) (command "-hatchedit" gp "as" duraklama));convert hatch to associativeativeative
(defun c:hbo (/ gp) (setq gp (sget))(command "-hatchedit" gp "b" "p" "y"); hatch'a ek sınır
(defun c:hf(/ gp) (setq gp (sget))(command "-hatchedit" gp "o" "s" duraklama "n"));hatch düzeltme
(defun c:hs(/ gp) (setq gp (sget))(command "-hatch ayrı" gp "h")
oppure Questo reperibile qui
http://forums.autodesk.com/t5/işits...s-poligons-each-in-in-bas-td-p/3290 / Sayfa/1Bu kodların sorunu muhtemelen otocad'ın İngilizce versiyonları ile çalışmaktır.
Aslında (2013'te otocad) İtalyan'daki "silah" komutu "_hatchedit" olur. b p y komutları için bir maç bulamadım.
Herkes lisp önermek veya çalışmak için bir çözüm var mı?
Yardım için tekrar teşekkürler.
Selamlar