Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataStatTolGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolValueStringGet, ProGtolSymbolStringGet
Description
Note: This function is deprecated. Use ProGtolValueStringGet(), ProGtolSymbolStringGet() instead. Reports whether a gtol shows or does not show the statistical tolerace symbol.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataStatTolGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProBoolean* statistic_tolerance
/* (Out)
Whether the gtol is a statistical tolerance
*/
)
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 )