Hi, See the topic, for example : ImageData.SetDimensions( int i, int j, int k ); Works! ImageData.SetDimensions( int[] ia ); Does not exist ImageData.FindPoint( float x, float y, float z ); Works! ImageData.FindPoint( float[] fa ); Does not exist Anyone knows how to solve this? Zeger Knops