PrepareMolForDrawing(...)
|
|
PrepareMolForDrawing( (Mol)mol [, (bool)kekulize=True [, (bool)addChiralHs=True [, (bool)wedgeBonds=True [, (bool)forceCoords=False]]]]) -> Mol :
Does some cleanup operations on the molecule to prepare it to draw nicely.
The operations include: kekulization, addition of chiral Hs (so that we can draw
wedges to them), wedging of bonds at chiral centers, and generation of a 2D
conformation if the molecule does not already have a conformation
Returns a modified copy of the molecule.
C++ signature :
RDKit::ROMol* PrepareMolForDrawing(RDKit::ROMol const* [,bool=True [,bool=True [,bool=True [,bool=False]]]])
|