ahorng全球服務網
我富有,因為我分享
2008年12月11日 星期四
AutoLISP畫線
(princ "\n畫線: tt")
(defun c:tt()
(setq pt1 (getpoint "\n請選取第一點: "))
(setq pt2 (getpoint pt1 "\n請選取第二點: "))
(command "line" pt1 pt2 "")
(princ "\n完成畫線: ")(princ pt1)(princ pt2)
(princ)
)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
Search Google
輸入您的搜尋字詞
提交搜尋表單
熱門文章
沒有留言:
張貼留言