🎉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

getting Hyperview command file like Hypermesh

sanket_patilUser: "sanket_patil"
Altair Community Member
Updated by sanket_patil

Can we get command file for hyperview also as we get 'command.tcl' file for hypermesh?

 

Regards,

Sanket

Find more posts tagged with

Sort by:
1 - 9 of 91
    llyle_20499User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hi,


    Not possible, framework is totally different. 

    sanket_patilUser: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    @Livil LyleOk. So how can we do tcl scripting for hyperview then?

     

    Thanks,

    Sanket

    BetaUser: "Beta"
    New Altair Community Member
    Updated by Beta

    Hi, 

    I am afraid that learning is the only way. try to use Help, HyperWorK Desktop Reference guide, you need to understand how the framework works, read and understand the hierarchy of HW and HyperView so you can find out the command you need to perform the task. Also, some examples on script exchange are very useful too

    sanket_patilUser: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    @Toan NguyenOk. Thanks for the help :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> 

    PSiedlaczekUser: "PSiedlaczek"
    Altair Community Member
    Updated by PSiedlaczek

    Is still HyperView so different from HyperMesh in way of scripting ? I cannot find documentation for scripting of this part of HyperWorks... So please If You know pint me to where can I find list of HyperView TCL commands scripts or extended help for scripting result postprocessing HyperWorks ?



    Is still HyperView so different from HyperMesh in way of scripting ? I cannot find documentation for scripting of this part of HyperWorks... So please If You know pint me to where can I find list of HyperView TCL commands scripts or extended help for scripting result postprocessing HyperWorks ?



    HyperView has a different approach, using a different set of APIs.

    You can perform automations using these APIs.

     

    In newer versions it was included what we call HWC.

    If you enable your HWC console, you will see what is the command performed by the GUI and you can use it to build your script.

    Take a look at the Help for HyperWorks 'Record and Playback'

    image

    QuyNguyenDaiUser: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Is still HyperView so different from HyperMesh in way of scripting ? I cannot find documentation for scripting of this part of HyperWorks... So please If You know pint me to where can I find list of HyperView TCL commands scripts or extended help for scripting result postprocessing HyperWorks ?



    Yes, it's very different. For me, there are two softwares with two different programming concept.

     

     
    PSiedlaczekUser: "PSiedlaczek"
    Altair Community Member
    Updated by PSiedlaczek

    Ok, HWC Its tracking some of commands in HV but they look as only small subset for real automated postprocessing.

    Ok, HWC Its tracking some of commands in HV but they look as only small subset for real automated postprocessing.

    HWC is quite new in HyperView. It is a WIP. Of course there's no 100% coverage right now. They're adding more and more commands from version to version. I believe it will be the best option in a few versions.

     

    But if you prefer, you can go through the standard HV APIs and get whatever you want to automate, but I assure you it will take much longer.