I am not sure whether this behaviour is purposefully designed or hard to implement, but it seems impossible to use RhinoScript to report back information to the LLM ...
插件一般是在系统内部加载,第一期教程给出了加载Rhino插件的几种方法。其实Rhino作为VBS脚本,是可以直接在Rhino软件外部运行的。就是说,可以把插件做成一个可执行程序放在桌面上,双击一下,让它在Rhino软件里干各种活。这就像在运行一个exe程序,只不过 ...
Hi, I'm working on a script that creates a polyline (named "L") and a series of circles (each named "C"), then does a one-rail sweep. I'm doing this hundreds of times, so I can't afford to sit there ...