我正在使用Rhino中的一个脚本导入文件并将它们导出到AutoCAD .dxf-files。在导出之前,我希望将Export Scheme选项更改为R12 Natural或Default。
我使用以下代码行打开AcadScheme对话框窗口:
Rhino.Command "_AcadSchemes ", 0但是如何更改Export Scheme框中的值呢?
我尝试过添加诸如"_ExportScheme=Default "或"ExportScheme=Default "之类的内容,但显然这是行不通的。我知道这可能是错误的语法。
有人知道如何改变这些价值观吗?我无法从谷歌或犀牛帮助收集到任何有用的信息。
发布于 2014-12-04 08:07:23
好的,这是为了防止有人遇到和我一样的问题。于是我联系了其中一位开发人员,并收到了这样的答复:
[...] As I said, you can't access the individual settings via the command line. [...] The "Import" function in the DWG/DXF options dialog does not appear to be scriptable currently either.... --Mitch
https://stackoverflow.com/questions/27267502
复制相似问题