在 Delphi 应用程序中查看 Autocad 绘图
有没有办法(ole 或组件)在 Delphi 应用程序中查看 Atocad 2004-2011 绘图?
Is there a way ( ole or component ) to view Atocad 2004-2011 drawings inside Delphi application ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不确定,但如果您的 PC 上安装了 AutoCad,请尝试导入 ActiveX。它位于 Delphi IDE 的 Component | 下导入组件... |导入 ActiveX 控件。这将显示可用 ActiveX 小工具的列表。看看那里是否有任何看起来像 AutoCad 的东西。如果是这样,您应该能够使其在您的电脑上运行。要使其在任何 PC 上运行,您需要一个可以处理 AutoCad 的免费或许可的查看器。
I don't know for sure, but if you have AutoCad installed on your PC, try importing the ActiveX. It's in the Delphi IDE under Component | Import Component... | Import ActiveX Control. That'll show the list of available ActiveX gizmos. See if there's anything there that looks like AutoCad. If so, you should be able to make it work ON YOUR PC. To make it work on ANY PC, you'd need a free or licensed viewer that can handle AutoCad.
CadSoftTools 提供 CAD 图像 DLL 或 CAD 导入 VCL
CadSoftTools offer CAD Image DLL or CAD Import VCL
开放设计联盟在其TeighaX 库。
过去您可以使用DWG Trueview 作为 ActiveX 控件,但可能已被禁用。
The Open Design Alliance supports (or used to support, I'm not sure about that one) Delphi in their TeighaX library.
In the past you have been able to use DWG Trueview as an ActiveX control but that may have been disabled.