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
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
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.
*/