Category 3D drawings and annotations, Object ProGtol

Function ProGtolElbowlengthSet


Description
Set elbow to gtol.

Note: This function only supports leader type gtols which are placed on an annotation plane.

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolElbowlengthSet(
ProGtol* gtol
/* (In)
The gtol.
*/
double elbow_length
/* (In)
The elbow length, in model units.
*/
ProVector elbow_direction
/* (In)
The elbow direction, in the model's coordinate system. This is the direction from the gtol text to the gtol leaders.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe gtol does not use leaders.

Manual References:

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