(defun c:tt2 ()
(  (progn
   (command "_rectang" pause pause)   ;绘制长方形
   (setq en1 (entlast))              ;选择刚刚绘制的
   (command "_revcloud" "a" "1" "1" "s" "n" "o" "" en1 "n") ;绘制云线
   (command "mleader" pause pause  ) ;设置标注
)
(princ)
) 
)

 auto cad 2008 版以后;

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-12-19
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-26
  • 2021-12-03
  • 2021-07-15
  • 2021-12-23
  • 2022-12-23
  • 2021-12-03
相关资源
相似解决方案