用户交互绘图
我想在我的 winforms 应用程序中绘制一些 CAD 绘图。 此外,我还需要其中的绘图的某些部分是用户交互的(与鼠标交互)。
知道我应该在这里使用什么技术来绘图吗?
谢谢 。
I want to draw at my winforms application some CAD drawings.
Also I will need some parts of the drawings from them be a user interactive (Interactive with the mouse) .
Any idea what technology should i use for drawings here ?
Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 opendwg 库来读取和写入 cad 文件
http://www.opendwg.org/The_ODA_Platform
对于 .net
http://www.opendwg.org/the_oda_platform/dwgdirect.net
——
然而,无法想象构建一个功能齐全、丰富的编辑器将是一项简单的任务。
祝你好运。
You could use the opendwg library's for reading and writing cad files
http://www.opendwg.org/The_ODA_Platform
for .net
http://www.opendwg.org/the_oda_platform/dwgdirect.net
--
can't imagine building an full feature rich editor is going to be a simple task however.
good luck.