无需 AutoCAD 打开和编辑 DWG 文件
我正在尝试在 VB.NET 表单中打开 DWG 文件而不打开 AutoCAD。然而,出现了一个问题:
找不到指定的模块。 (HRESULT 异常:0x8007007E)
我还想编辑 DWG 文件中的图像,即很可能是工厂布局,并存储有关布局中使用的对象的信息,以找出从源到达目标的最佳可能方式。
该工厂布局图是机器人的输入,机器人将根据可用路径移动。
有人可以帮忙吗?我应该如何进行?
I am trying to open a DWG file in VB.NET forms without opening AutoCAD. However, a problem occurs:
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I also want to edit the image in the DWG file, i.e. most probably a factory layout, and store information about the object used in the layout to figure out the best possible way to reach from source to destination.
This factory layout map is input for a robot which will move according the path available.
Can anybody help? How should I proceed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Teigha 或 AutoCad 开发人员提供的特殊程序(我不记得名字了)来打开.dwg 文件。
Use Teigha or a special program (I don't remember the name) from AutoCad developers to open a dwg file.