ABAQUS: How to select nodes under local cylinder coordinate in ODB files ?

I have an odb file and I need  to select some nodes under local cylinder coordinate. So how  to  do  it ?

For example, I create a cylinder coordinate and  select nodes in range (min angle, max angel, min R, max R, min Z, max Z )。

In mdb file getByBoundingBox() can be used to select nodes under global cartesian coordinate. I am not sure weather it can be used in odb object and  how to used in  local cylinder coordinate.