Closed Frankr0 closed 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.
It is BondDisplay. https://github.com/kazuyaujihara/NCDK/blob/master/NCDK/BondDisplay.cs (C#'s interface cannot have any subclass.)
thanks!
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.