Identify GD and T attachment using Pro Toolkit
‎Jun 06, 2023
03:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 06, 2023
03:18 AM
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
Labels:
- Labels:
-
ProToolkit
-
Toolkit
1 REPLY 1
‎Jun 15, 2023
01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 15, 2023
01:03 PM
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.
*/