Skip to content

Instantly share code, notes, and snippets.

@mojaie
Last active December 10, 2015 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojaie/4359153 to your computer and use it in GitHub Desktop.
Save mojaie/4359153 to your computer and use it in GitHub Desktop.
// 3D→2D変換
tructureDiagramGenerator sdg = new StructureDiagramGenerator();
sdg.setMolecule(molecule);
try {
sdg.generateCoordinates();
} catch (CDKException e) {
e.printStackTrace();
}
molecule = sdg.getMolecule();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment