🎉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

Run Hyperview on linux from hypermesh command line

User: "Pandurang"
Altair Community Member
Updated by Pandurang

Hi All,

 

I want to open the hyperview on linux from Hypermesh command line

my code:

 

set interactivePath [file join [hm_info -appinfo ALTAIR_HOME] altair scripts hv]

exec '$interactivePath' -clientconfig hwpost.dat

 

is it right?

Find more posts tagged with

Sort by:
1 - 11 of 111
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    It does not work?

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

    It does not work?

     

    Then How to make it work..

     

    Regards,

    PD

    User: "tinh"
    Altair Community Member
    Updated by tinh

    It's wrong.

    should be

    [. cget -menu].applications invoke 1

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

    It's wrong.

    should be

    [. cget -menu].applications invoke 1

     

    want to pass tcl file also...how do i pass it

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

     

    want to pass tcl file also...how do i pass it

     

    https://forum.altairhyperworks.com/index.php?/topic/16182-run-tcl-script-on-hyperview-start/

    used this reference..

     

    @tinhIt works well for window...but i want same things to be done on Linux...

     

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

     

    https://forum.altairhyperworks.com/index.php?/topic/16182-run-tcl-script-on-hyperview-start/

    used this reference..

     

    @tinhIt works well for window...but i want same things to be done on Linux...

     

    Under Linux shell, this command should work as same method as Windows.

     

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Yes i think so.

    What is the error, Pandurang?

     

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

    previous: set interactivePath [file join [hm_info -appinfo ALTAIR_HOME] altair scripts hv]

     

    This is working

    New set interactivePath [file join [hm_info -appinfo ALTAIR_HOME] scripts hv]

     

    Only diff of altair:)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />

     

     

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

    It's wrong.

    should be

    [. cget -menu].applications invoke 1

     

    Thanks @tinh for above command. 

     

    I explored many things like invoking different commands available on Main Menu Bar, Adding your customised menu in HM.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    it's just a wrapped command, if menu entry #1 is not HyperView, the command will not be your expection

    if you want to find direct command, you have to parse its configs by 'entryconfig 1'

     

    or 'invoke HyperView' instead of 'invoke 1'

    User: "Pandurang"
    Altair Community Member
    OP
    Updated by Pandurang

     

    it's just a wrapped command, if menu entry #1 is not HyperView, the command will not be your expection

    if you want to find direct command, you have to parse its configs by 'entryconfig 1'

     

    or 'invoke HyperView' instead of 'invoke 1'

    Yes you are right

    I forgot to mention about this root command:)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> ::  [. cget -menu] or .hmMainMenuBar 

    With this we can walk through Main Menu bar or can add Customised as highlighted...


    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.8eda731d299938e420d8565525e6355a.png