OEGetCachedSelfShape
OEGetCachedSelfShape(conf: OEConfBase, radiiApprox: int,
cradius: float = 1.7) -> float
OEGetCachedSelfShape(mol: Union[OEGraphMol,OEMol,OEQMol],
radiiApprox: int, cradius: float = 1.7) -> float
Return the value of cached self shape on the molecule or conformer. The
value for radii approximation and cradius need to match those used to set
this value initially. This function doesn’t work for OEMCMolBase directly,
so call it on each individual conformer. Returns 0.0 if there is no cached
value. Use OEHasCachedSelfShape to determine if a real
value is attached.