Category 3D drawings and annotations, Object ProGtol

Function ProGtolAllAroundGet


Description
Get all around option for profile gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolAllAroundGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean* all_around
/* (Out)
PRO_B_TRUE if all around is set else PRO_B_FASLE
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_INVALID_TYPEThis type of gtol does not support all around.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )