plt3DINote GetAutoPosition
Finds whether the note is placed automatically.
Syntax
plt3DINote_handle GetAutoPosition
Application
HyperWorks Tcl Query
Description
This command finds whether the note is placed automatically (no overlap between notes when they are placed in the plot). If auto position is on, true is returned. If auto position is off, false is returned.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot AddNote;
plot GetNoteHandle n1 1;
n1 GetAutoPosition;
Errors
Success (a true or false value) or an error is returned.
Keywords
- HyperWorks
- Tcl
- Note
- Plot 3D
- Query