Description | |||||
Sets the location of the note text -- at a parametric point with respect to the model display outline. For example, (0.5, 0.5, 0.5) would be the center, whereas (0.0, 0.0, 1.1) would be just outside one of the corners. Obtain the display outline from ProSolidDispoutlineGet().
Note: For notes outside of annotation planes, the note location is stored as relative coordinates and will update with changes to the model outline. Notes in annotation planes are placed at fixed locations with respect to the model and will not move when the model size changes. Note: For notes placed on a flat-to-screen annotation plane, the coordinates should be screen coordinates instead of the parameters discussed above, and the Z entry is ignored. |
|||||
Synopsis | |||||
#include <ProNote.h> | |||||
ProError | ProNoteAttachFreeSet | ( | |||
ProNoteAttach note_att | |||||
/* (In) | |||||
The handle for the ProNoteAttach | |||||
*/ | |||||
double p1 | |||||
/* (In) | |||||
The parameter in the X direction | |||||
*/ | |||||
double p2 | |||||
/* (In) | |||||
The parameter in the Y direction | |||||
*/ | |||||
double p3 | |||||
/* (In) | |||||
The parameter in the Z direction | |||||
*/ | |||||
) | |||||
Returns | |||||
|