跳转到内容

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打开。