Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.
*/