Description | |||||||||||||||||
Assigns the elbow properties of the note. This is equivalent to the 'Move Text' command. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProNote.h> | |||||||||||||||||
ProError | ProNoteElbowlengthSet | ( | |||||||||||||||
ProNote* note | |||||||||||||||||
/* (In) | |||||||||||||||||
The note. | |||||||||||||||||
*/ | |||||||||||||||||
double elbow_length | |||||||||||||||||
/* (In) | |||||||||||||||||
The elbow length, in model units (for notes in annotation planes), or in screen coordinates (for notes that are flat-to-screen). | |||||||||||||||||
*/ | |||||||||||||||||
ProVector elbow_direction | |||||||||||||||||
/* (In) | |||||||||||||||||
The elbow direction, in the model's coordinate system (for notes in annotation planes), 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 | |||||||||||||||||
|