surface with opengl

good day opengl peopel i would like to know wath is the maximum dimension of the array of the controlo points to generate bezier surfaces with opengl command glMap2,…glEvalMesh,…thank you to all

The max order is implementation dependent and can be queried with
glGet with argument GL_MAX_EVAL_ORDER

HTH

Jean-Marc