A single bond from an SDF bond block, with zero-based atom indices (the record
itself is one-based).
Source
exportinterfaceMoleculeBond { /** Index into {@linkMolecule.atoms} of the first atom. */ from:number; /** Index into {@linkMolecule.atoms} of the second atom. */ to:number; /** Bond order: 1 single, 2 double, 3 triple, 4 aromatic. */ order:number; }
A single bond from an SDF bond block, with zero-based atom indices (the record itself is one-based).
Source