OEHasCachedSelfShape

OEHasCachedSelfShape(mcmol: OEMol, radiiApprox: int,
                     cradius: float = 1.7) -> bool
OEHasCachedSelfShape(mcmol: Union[OEGraphMol,OEQMol],
                     radiiApprox: int, cradius: float = 1.7) -> bool

Returns true if the molecule has cached self shape. The value for radii approximation and cradius need to match those used to set this value initially.