SetNotePosition

Sets the position of the note for the best view around the entity.

Syntax

bestview_handle SetNotePosition position

Application

HyperView Tcl Modify

Description

This command sets the position of the note for the best view around the entity.
Note: To change the format and the contents of the best view note, you should create a note inside the current HyperView window and label the note as “master” and then activate a best view. This can also be done using the poINote Class APIs under poIPost.

When a master note is present, the format and content of the master note will be followed for all best view evaluations.

Inputs

position
The note position relative to the entity location. Valid options include: aboveleft, aboveright, belowleft, belowright, or auto.
Note: The auto option follows the automatic placement of notes around the model as per the ArrangeNotes API described under poIPost.

Example

To set the position of the note to above right for the best view.
bestview_handle SetNotePosition aboveright

Errors

Returns success (0) or an error code.