Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataModelGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: No successor will be provided.
Description
Note: This function is deprecated. Gets the model that contains the gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataModelGet(
ProGtoldata data
/* (In)
The pointer to the gtol data structure
*/
ProMdl* model
/* (Out)
The model that contains the gtol
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )