OECalcSzmapValue
OECalcSzmapValue(szmap: OESzmapEngine, xyz: OEFloatArray,
ensembleType: int = OEEnsemble_Default) -> float
OECalcSzmapValue(szmap: OESzmapEngine, xyz: OEDoubleArray,
ensembleType: int = OEEnsemble_Default) -> float
Returns one of the OEEnsemble values at the specified 3D point,
using the OESzmapEngine provided. See
OEEnsemble_Default
for a description of the default energy value.
nddg = oeszmap.OECalcSzmapValue(sz, coord)
The 3D point is a float or double array of size three with coordinates in {x,y,z} order.
See also
GetSzmapEnergies example
SzmapBestOrientations example