(defun c:eggg(/ ss)
  (setq ss (ssget "x" '((0 . "IMAGE")(-3 ("cutXimage")))))
  (if ss (sssetfirst nil ss))
  )

  • 上一篇:想请教布局相关问题
  • 下一篇:没有了