OEGetMoleculeScale
OEGetMoleculeScale(mol: Union[OEGraphMol,OEMol,OEQMol],
opts: OE2DMolDisplayOptions) -> float
Estimates the scaling factor of the molecule depiction based on the parameters stored in given OE2DMolDisplayOptions object.
- mol
The molecule of which scaling factor is determined.
- opts
The OE2DMolDisplayOptions object that stores the parameters that determine the scaling factor (such as width and height).
See also