3个回答
展开全部
加载vlax 扩展函数(vl.arx)。默认情况下是没有加载的。
如果没有加载,就不能使用vl开头的函数。
如果没有加载,就不能使用vl开头的函数。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Before you can use ActiveX functions with AutoLISP, you need to load the supporting code that enables these functions. Issue the following function call to load ActiveX support.
ActiveX functionality is not automatically enabled when you start AutoCAD or VLISP, so your programs must ensure that ActiveX is loaded. The following function call accomplishes this:
(vl-load-com)
If ActiveX support is not yet available, executing vl-load-com initializes the AutoLISP ActiveX environment. If ActiveX is already loaded, vl-load-com does nothing.
在CAD LISP中使用操作ActiveX 对象的函数前,必须(vl-load-com)函数来取得对ActiveX 对象操作函数的支持(即加载ActiveX 对象库函数),否则无效。
ActiveX functionality is not automatically enabled when you start AutoCAD or VLISP, so your programs must ensure that ActiveX is loaded. The following function call accomplishes this:
(vl-load-com)
If ActiveX support is not yet available, executing vl-load-com initializes the AutoLISP ActiveX environment. If ActiveX is already loaded, vl-load-com does nothing.
在CAD LISP中使用操作ActiveX 对象的函数前,必须(vl-load-com)函数来取得对ActiveX 对象操作函数的支持(即加载ActiveX 对象库函数),否则无效。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询