autocad lisp中,command如何调用find这个函数?
2个回答
展开全部
命令: (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)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询