🎉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

Capture Hypermesh Error message in a string variable

User: "Dhairyasheel"
Altair Community Member
Updated by Dhairyasheel

Hi All,

I am trying to capture error MESSAGE in hypermesh using TCL.

I have one model in which property is not referenced. But still its not showing using preview unused command. So when i isolate the same property it shows error.

I want to catch the error in hypermesh menu bar in a string variable

 

Can anyone please help me ?

 

Best Regards,

Dhairyasheel Desai

<?xml version="1.0" encoding="UTF-8"?>Capture.JPG

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    I had a post answering this question.

    Can you look for it first

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

    Hi tinh,

     I was not able to find any post related to this.

     

    can you please help me out to get the error string from hypermesh ?

     

    Best Regards,

    Dhairya

    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hyperworks desktop:

    .mainFrame.bottom.leftfrm.label cget -text

     

    Hypermesh:

    .mainFrame.bottom.message_label cget -text

     

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

    Thanks Livil,

     

    This code was really helpful :):)

     

    Best Regards,

    Dhairyasheel Desai

    Tata Technologies