摘要: copyright :http://lee-mac.com/quote.html The Apostrophe (单引号) The apostrophe or single-quote character marks an expression or symbol as a literal expression(Returns an expression without evaluating it... 阅读全文
posted @ 2014-07-30 16:02 BingBox 阅读(322) 评论(0) 推荐(0)
摘要: Further Reading:http://lee-mac.com/mapcarlambda.html 官方说明: (mapcar ... ) 将作为本函数参数的一个或多个表的各个元素提供给指定函数进行求值,并将由求值结果构成的表返回。 list1... listn 一个或多个表。表的数目必须与 function 参数中要求的参数个数相等。 返回值:返回由结果组成的表。 (setq... 阅读全文
posted @ 2014-07-30 13:47 BingBox 阅读(888) 评论(0) 推荐(0)
摘要: by http://lee-mac.com/autoloading.html#autoload Method 1:Using the Startup Suite (加载/卸载应用程序) 快捷键:ap Method 2: Using the ACADDOC.lsp Upon opening a drawing or starting a new drawing, AutoCAD will ... 阅读全文
posted @ 2014-07-30 11:31 BingBox 阅读(279) 评论(0) 推荐(0)