Category 3D drawings and annotations, Object ProGtol

Function ProGtolIndicatorsSet


Description
Set indicators of gtol. Pass types, symbols and dfs as NULL to remove all indicators.
Synopsis
#include <ProGtol.h>
ProErrorProGtolIndicatorsSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProGtolIndicatorType* types
/* (In)
ProArray() of indicator types. Maximum array size is 3.
*/
wchar_t** symbols
/* (In)
ProArray() of indicator symbols strings. Maximum array size is 3.
*/
wchar_t** dfs
/* (In)
ProArray() of dfs strings. Maximum array size is 3.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance