Category 3D drawings and annotations, Object ProGtol

Function ProGtolElbowlengthGet


Description
Obtains the elbow properties of the geometric tolerance.

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

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolElbowlengthGet(
ProGtol* gtol
/* (In)
The gtol.
*/
double* elbow_length
/* (Out)
The elbow length, in model units.
*/
ProVector elbow_direction
/* (Out)
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_E_NOT_FOUNDThe gtol does not use leaders.
PRO_TK_INVALID_TYPEThis gtol was created in a release before Wildfire 2.0. Because of this, its internal structure is different and the elbow length cannot be obtained by this function.

Manual References:

  1. Annotations: Geometric Tolerances: Geometric Tolerance Layout
  2. Annotations: Geometric Tolerances: Geometric Tolerance Layout