cad执行autolisp出现错误: 错误: no function definition: VLAX-ENAME->VLA-OBJECT 解决办法: 首先执行 (vl-load-com) 然后再执行之前的lisp即可。