zqljg 发表于 2005-2-26 20:41:00

基点问题!

请问如何得到插入块的基点!


谢谢!

xyp1964 发表于 2005-2-27 01:42:00

(defun c:test ()
   (setq pt1 (dxf 10 (entget (car (entsel)))))
   (command "line" pt1)
)
(defun dxf (code elist) (cdr (assoc code elist)))
页: [1]
查看完整版本: 基点问题!