Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataProjZoneSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolValueStringSet
Description
Note: This function is deprecated. Use ProGtolValueStringSet() instead. Sets the projected tolerance zone for a gtol. This function is valid for gtols with the following types:
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataProjZoneSet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProGtolProjzone projected_zone
/* (In)
The type of projected zone, if any
*/
ProBoolean specify_height
/* (In)
Whether the height of the zone is specified
*/
double zone_height
/* (In)
The zone height, if specify_height == PRO_B_TRUE
*/
ProGtoldataStatus* status
/* (Out)
The resulting gtol status
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are 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 )