Category 3D drawings and annotations, Object ProGtol

Function ProGtolAllAroundSet


Description
Set all around option for profile gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolAllAroundSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean all_around
/* (In)
Pass PRO_B_TRUE to set all around else pass PRO_B_FASLE
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_CANT_MODIFYThis type of gtol does not support all around.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )