Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
| status = ProSelect ( "surface", 1, NULL, NULL, NULL, NULL, &p_selection, &n_selection); |
My purpose is to allow user to select a surface of a rectangular block which is loaded in Creo. For this I am using above code.
This code generally allows user to select a surface. But it is not working now. The error is PRO_TK_PICK_ABOVE.
Does anyone know what does the error mean? or is there any other way I can code for same purpose.
