摘要: 函数 语法 描述 function (AutoLISP/Visual LISP IDE) (function symbol | lambda-expr) 告诉Visual LISP编译器链接和优化参数,就好像它是内置函数一样 vlisp-compile (AutoLISP/Visual LISP I 阅读全文
posted @ 2021-04-18 23:10 无云 阅读(377) 评论(1) 推荐(0)
摘要: 函数 语法 描述 vl-load-com (AutoLISP/ActiveX) (vl-load-com) 加载与ActiveX支持相关的扩展AutoLISP功能 vl-load-reactors (AutoLISP/ActiveX) (vl-load-reactors) 加载反应堆支持功能 vla 阅读全文
posted @ 2021-04-18 23:06 无云 阅读(1112) 评论(0) 推荐(0)
摘要: 函数 语法 描述 action_tile (AutoLISP/DCL) (action_tile key action-expression) 当用户在对话框中选择指定的图块时,分配要评估的操作 add_list (AutoLISP/DCL) (add_list str) 在当前活动的对话框列表中添 阅读全文
posted @ 2021-04-18 23:01 无云 阅读(600) 评论(0) 推荐(0)
摘要: 函数 语法 描述 3dsin (AutoLISP/External Function) (c:3dsin mode [multimat create] file) 导入3D Studio(.3ds)文件 align (AutoLISP/External Function) (align args . 阅读全文
posted @ 2021-04-18 22:58 无云 阅读(426) 评论(0) 推荐(0)
摘要: 函数 语法 描述 + (add) (+ [number number ...]) 返回所有数字的总和 / (divide) (/ [number number ...]) 第一个数字除以其余数字的乘积,返回商 > (greater than) (> numstr [numstr ...]) 如果每个 阅读全文
posted @ 2021-04-18 22:53 无云 阅读(3058) 评论(0) 推荐(0)