Access Pointcloud data like in the SDK

I believe you are looking for this?

x = point3D[i,j,0]
y = point3D[i,j,1]
z = point3D[i,j,2]