hyperview namespace commands


Updated by Altair Forum User
Hi everybody
I often saw some hypervie scripts used namespace commands.
for an example, ::post::getT .
But I can't find this content in the hyperview reference guide.
where can I find the content of hyperview namespace commands ?
Thank you
Sort by:
1 - 2 of
21


Updated by Altair Forum User
Hi
Where did you see them?
if you did not find them in reference guide, then perhaps the commands are for app gui, not for user
for example some menus, toolbars will invoke the commands in certain context
In several case you can dump to see inside these (if they are not compiled)
But should not use directly (same as api functions), almost tasks can be done with hw classes
thank you for your reply.
the script directly gets model handle by a namespace command, not via hwi -> session -> project -> page -> post -> model.
using namespaces, may make the script easier simpler
Hi
Where did you see them?
if you did not find them in reference guide, then perhaps the commands are for app gui, not for user
for example some menus, toolbars will invoke the commands in certain context
In several case you can dump to see inside these (if they are not compiled)
But should not use directly (same as api functions), almost tasks can be done with hw classes