Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.
