- 在使用objectArx相关接口进行打印pdf时,发现打印出来的pdf是空白的,遂进行调试,结果发现beginGenerateGraphics()返回的结果是Acad::eGraphicsNotGenerated。
- 查询帮助文档,只能知道该返回值代表生成图形时出现问题。

- 随后便在谷歌上查找Acad::eGraphicsNotGenerated,在AutoCAD论坛查到点了东西,但按照上面的操作依旧没有帮助
Issue:
- When plotting or publishing from AutoCAD, the process fails with the Plot and Publish Details showing the
error:Error: Graphics Not Generated
Also, the Plot Preview might not work, with the screen just flashing when attempting it.Causes:
- There is a problem with the layout being plotted.
- There is a problem wi
在使用ObjectARX接口将CAD图纸转换为PDF时遇到问题,调用beginGenerateGraphics()返回Acad::eGraphicsNotGenerated错误。错误可能源于布局问题或打印设备配置。解决方案包括对文件进行AUDIT或RECOVER操作,删除并重新创建打印机配置文件(PC3),或确保使用正确的DWG模板。通过指定模板(如zwcadiso.dwt)创建新文档后,打印问题得到解决。
订阅专栏 解锁全文
2192

被折叠的 条评论
为什么被折叠?



