In the OpenBatchRayTrace tool, for AddRay it appears Hx, Hy, Px, Py can be arrays. But when I pass the same arrays to GetDirectFieldCoordinates, it gives an error: No method 'GetDirectFieldCoordinates' with matching signature found for class 'ZemaxUI.ZOSAPI.Tools.BatchRayTraceTool'. It runs fine if I pass single values to Hx, Hy, Px, Py.
Can GetDirectFieldCoordinates take arrays, and if so what’s the format? Thanks