How to read and extract the values from `testPts`

I am wondering how to extra the X, Y, and Z coordinate of the testpts from the indoorViewFactor module? I can view them using Panel but I was not able to use them from the scipt editor.

Any help is appreciated

Hi, @sz.
You can user deconstructPoint to extract XYZ coordinate.

1 Like

Hi @sz if you want to export them, you could try right clicking on the panel, and selecting “stream contents” to export the coordinates to txt or csv form.