Description | ||||||||||||||
Obtains the elbow properties of the note.
Note: This function only supports notes which are placed on an annotation plane. |
||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProNote.h> | ||||||||||||||
ProError | ProNoteElbowlengthGet | ( | ||||||||||||
ProNote* note | ||||||||||||||
/* (In) | ||||||||||||||
The note. | ||||||||||||||
*/ | ||||||||||||||
double* elbow_length | ||||||||||||||
/* (Out) | ||||||||||||||
The elbow length, in model units (for notes in annotation planes). This value will be in screen coordinates (for flat-to-screen notes). | ||||||||||||||
*/ | ||||||||||||||
ProVector elbow_direction | ||||||||||||||
/* (Out) | ||||||||||||||
The elbow direction, in the model's coordinate system, ), or in the screen coordinate system (for notes that are flat-to-screen). This is the direction from the note text to the note leaders. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|