Remove Notes from Window using tcl commands
Is it possible to remove Notes from being displayed on a Hyperview window using a tcl command in the console ? I can hide a particular component or set using the GetComponentHandle and SetVisibility commands, however I haven't been able to find a GetNoteHandle or similar command to hide the model info displayed by a Note on the active window.
Answers
-
-
poINote has the SetVisibility command.
Getting a poINote handle is done through poIPost GetNoteHandle().
0 -
Altair Forum User said:
poINote has the SetVisibility command.
Getting a poINote handle is done through poIPost GetNoteHandle().
Thank you! This is exactly what I was looking for. I initially tried looking for a note handle inside the Model but now I realize that the NoteHandle lies in the window's Client.
Altair Forum User said:Yes, I was able to do the same as you've shown above. But I wanted to replicate that using tcl code so as to avoid the multiple user clicks. Thanks.
0 -
Hello everyone,
Is there a way to change the numbering format for the frequencies?
Regards
0 -
Hi Seyilmaz,
Where do you want to change the format of frequencies? please share a screenshot.
Thanks.
0 -
Hello Livil,
I would like to change the format on the results GUI upper right corner:
I would like to have 11.77 instead of 1.176624E+01.
Thank you. Regards
0 -
-
Thank you!
0