k-ujihara / NCDK

The Chemistry Development Kit ported to .NET
https://kazuyaujihara.github.io/NCDK/
GNU Lesser General Public License v2.1
35 stars 11 forks source link

Please add Bond Display property #19

Closed Frankr0 closed 4 years ago

Frankr0 commented 4 years ago

There is a Enum named IBond.Display in CDK controlling how bonds appear in a 2D depiction. But I can not find it in NCDK.

k-ujihara commented 4 years ago

It is BondDisplay. https://github.com/kazuyaujihara/NCDK/blob/master/NCDK/BondDisplay.cs (C#'s interface cannot have any subclass.)

Frankr0 commented 4 years ago

thanks!