| DEPRECATED: | Since Creo 4.0 |
| SUPERSEDED BY: | No successor will be provided. |
| Description |
| Note: This function is deprecated. Allocates a new ProGtoldata structure in workspace. |
| Synopsis |
| #include <ProGtol.h> |
| ProError | ProGtoldataAlloc | ( |
| ProMdl owner | |
| /*
(In) |
| The model (part, assembly, or drawing) that defines the origin of ProSelection structures used in setting up gtol references. This should be a drawing if the references are acquired using ProSelect() in a drawing; otherwise it should be the same model as set with ProGtoldataModelSet(). |
| */ |
| ProGtoldata* data | |
| /*
(Out) |
| The pointer to the workspace ProGtoldata structure. After using, free this using ProGtoldataFree(). |
| */ |
| ) |
| Returns |
|
|