Skip to main content
1-Visitor
May 10, 2016
Question

I am working on Protoolkit in Creo 2.0 m080. ProSelect API is not working. Is there any other way I can code for user to select a surface?

  • May 10, 2016
  • 0 replies
  • 785 views
  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.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.