Description | ||||||||||||||
Obtains the elbow properties of the symbol in 3d. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDtlsyminst.h> | ||||||||||||||
ProError | ProDtlSyminstElbowlengthGet | ( | ||||||||||||
ProDtlsyminst* p_sym_inst | ||||||||||||||
/* (In) | ||||||||||||||
The symbol instance. | ||||||||||||||
*/ | ||||||||||||||
double* op_elbow_length | ||||||||||||||
/* (Out) | ||||||||||||||
The elbow length, in model units (for symbols in annotation planes). | ||||||||||||||
*/ | ||||||||||||||
ProVector elbow_direction | ||||||||||||||
/* (Out) | ||||||||||||||
The elbow direction, in the model's coordinate system. This is the direction from the symbol text to the symbol leaders. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|