Closed nikitagitbetter closed 6 years ago
Or how can I show chiral atom?
Use NCDK.Depict.DepictionGenerator.Depiction Depict(IAtomContainer mol, IReadOnlyDictionary<IChemObject, Color> highlight = null) Method.
The sample code for MolViewer is in the following branch. https://github.com/kazuyaujihara/NCDK/tree/25ca60eeb1ce47d8d54b7e9fc1a5bb8afa516165
Thank you!
вт, 6 нояб. 2018 г. в 16:39, Kazuya Ujihara notifications@github.com:
Use NCDK.Depict.DepictionGenerator.Depiction Depict(IAtomContainer mol, IReadOnlyDictionary<IChemObject, Color> highlight = null) Method.
The sample code for MolViewer is in the following branch.
https://github.com/kazuyaujihara/NCDK/tree/25ca60eeb1ce47d8d54b7e9fc1a5bb8afa516165
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kazuyaujihara/NCDK/issues/11#issuecomment-436274832, or mute the thread https://github.com/notifications/unsubscribe-auth/AkzocMiY3ePUCc32AR2H-1ycuUtq9ZpIks5usZ8GgaJpZM4YN2ko .
Hi, I am student(sorry for my english). Your NCDK library is great, I am using it for my little school project. I need to highlight one atom in molecule, but I didnt find this function in your library or sometthing like this, I used AtomContainer for molecule and DepictionGenerator for enter it. Can you help with highlighting one atom in molecule please?