Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataAlloverSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolAllOverSet
Description
Note: This function is deprecated. Use ProGtolAllOverSet() instead. Sets All Over Symbol for Gtol Leader Elbows
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataAlloverSet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProBoolean all_over_symbol
/* (In)
Sets All Over Symbol. Pass PRO_B_TRUE to set the symbol
*/
ProGtoldataStatus* status
/* (Out)
The resulting status of the gtol If not interested in status pass NULL.
*/
)
Returns
PRO_TK_NO_ERROR -The function completed successfully. PRO_TK_BAD_INPUTS -One or more of the input arguments are invalid.
PRO_TK_CANT_MODIFYThe All Over Symbol may not be modified for this gtol data.
PRO_TK_GENERAL_ERRORAn error occurred and the function failed.

Manual References:

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