OEGetStyle

OEGetStyle(mol: Union[OEGraphMol,OEMol,OEQMol]) -> OE3DMolStyle
OEGetStyle(atom: OEAtomBase) -> OE3DMolStyle
OEGetStyle(atom: OEAtomBase, dflt: OE3DMolStyle) -> OE3DMolStyle
OEGetStyle(atom: OEAtomBase, c: OEConfBase) -> OE3DMolStyle

Returns the OE3DMolStyle accociated with the molecule or atom specified. There are two various of this function that utilize OEAtomBase and either a OE3DMolStyle or OEConfBase. Both of these function are used to incorporate a conformer to influence the OE3DMolStyle returned.