Function ProNoteAttachFreeSet
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.
Replacement in Object TOOLKIT: | |
Synopsis
| ProNoteAttachFreeSet |
| ( /* (In) */ 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
| The function successfully set the note text location. |
| Model is in read-only state. |
Sample Code References
User Guide References
Parent topic