User f05f6b8c05
08-11-2015 17:02:13
Hi,
What is Java API method to determine which atom is at narrow end of wedge bond, for example?
Thank you for any help.
User f05f6b8c05
08-11-2015 17:02:13
Hi,
What is Java API method to determine which atom is at narrow end of wedge bond, for example?
Thank you for any help.
ChemAxon 044c6721bc
08-11-2015 18:13:00
Hi,
always the bond's first atom is at the narrow end. You can use the MolBond.getAtom1() method.
Janos
User f05f6b8c05
09-11-2015 07:39:06
Thank you!