🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

hyperview namespace commands

User: "Altair Forum User"
Altair Employee
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

 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    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