generating tex coords & GL_OBJECT_PLANE

OpenGL will automatically generate texture coordinates depending on how far the user defined plane is from each vertex point? Can someone please explain more about how this works? I am finding it hard to find much detail about this.

And when I translate the model, do I also need to translate the planes in order to have the textures stay with the model?