跳至內容

AutoLISP

維基百科,自由的百科全書

這是本頁的一個歷史版本,由Gem0816留言 | 貢獻2014年4月11日 (五) 03:02 建立内容为“'''Autolisp'''是一种由Lisp语言派生出来的方言,专门用于Autocad及其相关的各种产品(AutoCAD LT除外)。 ==特性== AutoLISP...”的新页面)編輯。這可能和目前版本存在著巨大的差異。

(差異) ←上一修訂 | 最新修訂 (差異) | 下一修訂→ (差異)

Autolisp是一種由Lisp語言派生出來的方言,專門用於Autocad及其相關的各種產品(AutoCAD LT除外)。

特性

AutoLISP code can interact with the user through Autocad's graphical editor by use of primitive functions that allow user to pick points, choose objects on screen, input numbers and other data. AutoLisp also has a built-in GUI mini-language, the Dialog Control Language, for creating modal dialog boxes with automated layout, within AutoCAD. 用戶可以通過Autolisp與Autocad進行交互。如選擇點,選擇實體,輸入數字等。Autocad中集成Autolisp的圖形化編程界面,可通過在命令行中輸入vlide打開。