Category 3D drawings and annotations, Object ProGtol

Function ProGtolValidate


Description
Check whether the gtol is valid or not
Synopsis
#include <ProGtol.h>
ProErrorProGtolValidate(
ProGtol* gtol
/* (In)
gtol.
*/
ProGtolValidityCheckType type
/* (In)
type of validity check
*/
ProBoolean* is_valid_gtol
/* (Out)
PRO_B_TRUE if GTol is valid, PRO_B_FALSE otherwise
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe function encountered an error.

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Validating a Geometric Tolerance