Category 3D drawings and annotations, Object ProGtol

Function ProGtolUnilateralSet


Description
Set Unilateral modifier.
Synopsis
#include <ProGtol.h>
ProErrorProGtolUnilateralSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean unilateral_set
/* (In)
PRO_B_TRUE to set Unilateral modifier PRO_B_FALSE to remove Unilateral modifier
*/
ProBoolean outside
/* (In)
Whether the tolerance refers to the outside of the profile, if unilateral_set == PRO_B_TRUE
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_CANT_MODIFYThis type of gtol cannot have unilateral modifier

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 )