autocad lisp中,command如何调用find这个函数?

 我来答
又一个虾腐
2013-08-05 · TA获得超过292个赞
知道小有建树答主
回答量:178
采纳率:0%
帮助的人:70.4万
展开全部
好象这个命令执行会跳出对话框,这正是你不想让它出现的情况,是吗?

如果要老亏型在lisp程序侍猜里,完成类似查找替换的操作,可以直接用LISP函数实现,靠你的大脑了,用LISP,而空槐不通过CAD的原始COMMAND也是可以实现的。
weiyinzhong329
2013-08-07 · TA获得超过2217个赞
知道小有建树答主
回答量:1579
采纳率:0%
帮助的人:796万
展开全部
命令: (command "find")
更多追问追答
追问
他里面的参数顺序是如何?
追答
你要找的是这个吧:
tblsearch (AutoLISP)
Searches a symbol table for a symbol name
(tblsearch table-name symbol [setnext])

Arguments
table-name
A string that identifies the symbol table to be searched. This argument is not case-sensitive.

symbol
A string identifying the symbol name to be searched for. This argument is not case-sensitive.

setnext
If this argument is supplied and is not nil, the tblnext entry counter is adjusted so the following tblnext call returns the entry after the one returned by this tblsearch call. Otherwise, tblsearch has no effect on the order of entries retrieved by tblnext .

Examples
The following command searches for a text style named “standard”:
Command: (tblsearch "style" "standard")
((0 . "STYLE") (2 . "STANDARD") (70 . 0) (40 . 0.0) (41 . 1.0) (50 . 0.0) (71 . 0) (42 . 0.3) (3 . "txt") (4 . ""))

Related References
tblnext (AutoLISP)
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式