Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataProjZoneGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolValueStringGet
Description
Note: This function is deprecated. Use ProGtolValueStringGet() instead. Gets the projected tolerance zone for a gtol. This function is valid for gtols with the following types:
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataProjZoneGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProGtolProjzone* projected_zone
/* (Out)
The type of projected zone, if any
*/
ProBoolean* specify_height
/* (Out)
Whether the height of the zone is specified
*/
double* zone_height
/* (Out)
The zone height, if specify_height == PRO_B_TRUE
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORAn error occurred and the function failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )