cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Identify GD and T attachment using Pro Toolkit

Srini_Cat
4-Participant

Identify GD and T attachment using Pro Toolkit

How to identify the feature to which the GD&T symbol is attached in a 2D drawing using Pro Toolkit

Is there any API functions available for this purpose?
Thanks

 

 

 

 

 

1 REPLY 1
FV
17-Peridot
17-Peridot
(To:Srini_Cat)

from ProGtolAttach.h :

extern ProError ProGtolAttachGet (ProGtol *gtol, ProGtolAttach *r_gtol_attach);
/*
   Purpose:   get gtol Attach

   Input Arguments:
      gtol  - valid gtol.	 

   Output Arguments:      
	   r_gtol_attach - ProGtolAttach structure. Free it using ProGtolAttachFree();

   Return Values:
     PRO_TK_NO_ERROR       - The function completed successfully.
     PRO_TK_BAD_INPUTS     - The input argument is invalid.  	  
*/
Announcements


Top Tags