Category 3D drawings and annotations, Object ProGtol

Function ProGtolUnilateralGet


Description
Get Unilateral modifier.
Synopsis
#include <ProGtol.h>
ProErrorProGtolUnilateralGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean* unilateral_set
/* (Out)
unilateral modifier.
*/
ProBoolean* outside
/* (Out)
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_INVALID_TYPEThis type of gtol cannot have unilateral modifier

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )