Category 3D drawings and annotations, Object ProGtol

Function ProGtolEditInit


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: No successor will be provided.
Description
Note: This function is deprecated. Gets a pointer to the gtol data description of a gtol in a Creo Parametric model. Use ProGtoldataFree() to free this data.

NOTE: Modifications to this data structure have an immediate effect in the Creo Parametric model.

Synopsis
#include <ProGtol.h>
ProErrorProGtolEditInit(
ProGtol* gtol
/* (In)
The gtol
*/
ProGtoldata* data
/* (Out)
The pointer to the Creo Parametric ProGtoldata structure
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access. PRO_TK_E_NOT_FOUND

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )