We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
首先,我根本不是.net专家,
在化学结构转换和绘图领域,OpenBabel是确实是最广泛的。不幸的是,我只从命令行使用它,从未通过 API 使用它。
但是,此处记录了 OpenBabel 的 C# API。它可以输出SVG,这是一个开放的绘图标准。
First of all, I'm not at all a .net expert
In the field of chemical structure conversion and drawing, OpenBabel is really the broadest. Unfortunately for you, I only used it from command line, never through API.
BUT, there is a C# API for OpenBabel documented here. And it seams that it can output SVG which is an open drawing standard.
我们为此编写了一个 C# 工具:
http://chem4word.codeplex.com/
它已经开发了好几年,并且可以在.NET 和MS-WORD 中运行。
We have written a C# tool for this:
http://chem4word.codeplex.com/
It has been developed over several years and works inside .NET and MS-WORD.