在dispbbs.asp?boardID=4&ID=53792
<怎样用VBA读LISP 的变量值>的帖子中
你的回答是:如果图形中存在LISP变量的话可以这样来取得
假如变量为a
thisdrawing.sendcommand "!a" & vbcr
msgbox thisdrawing.getvariable("LASTPROMPT")
我的问题是,在VBA中用sendcommand语句处理后,如何得到lisp获得的数据
dim command as string
command = "fillet" + chr(10) + "(handent " + chr(34) + "8a" + chr(34) + ....
ThisDrawing.SendCommand command
实现了两条相交直线line的圆角处理过程.
以下请教的问题是
1. 用什么办法直接在VBA中获得经过圆角处理的弧的objectID参数
2.在lisp中,用entlast可以获得handle的参数,如何传给VBA.
谢谢. |