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> | ||||||||||||||
ProError | ProGtolElbowlengthGet | ( | ||||||||||||
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 | ||||||||||||||
|