🎉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

Panel for Constraint Definition

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hey guys,

 

in order to set up a model, I want the user to choose in which degrees of freedom he wants to constrain his model.

Is there a .tcl-command that opens a panel automatically where the user can enter specifications, especially the degrees of freedom, for the constraints?

 

Kind regards,

Simon

Find more posts tagged with

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

    Degree of free is set mostly with values like 123456, 345, 12. A GUI can be made with checkboxes and values of checked can be directly taken and joined.  

    User: "Jeffersondhv"
    Altair Community Member
    Updated by Jeffersondhv

    You can use the following functions to get simple user input:

     

    hm_getfloat

    hm_getint

    hm_getstring