Improving my Interface
Posted: Wed Oct 14, 2015 3:43 pm
Hello;
I would like to know if GiD could provide me tools or commands that could help me to improve my interfaces.
As an example of the interface I am talking about, please, take a look at the example below (Surface Element Group), many "Questions" were created there.
1) All "Questions" are aligned to the left, always vertical, leaving a blank space at the right portion of the window. Is there any way to position some "Questions" to the right, so they would be much better distributed on the screen, or some way to make two "Question" appear side by side horizontally?
2) In some cases it is necessary to add a separation line to separate Questions included on the same screen; is there a command to add this separation line?
3) Other way to separate the questions mentioned before is using what is called "Group Box", with a title of this group being included at the window. Is there a easy way to create these boxes?
4) I also need to add a title or info text on the screen. It is not a Question with values or check boxes, but a simple free text as a label, how can I do that?
I would like to know if GiD could provide me tools or commands that could help me to improve my interfaces.
As an example of the interface I am talking about, please, take a look at the example below (Surface Element Group), many "Questions" were created there.
Code: Select all
CONDITION: Surface_ElementGroup
CONDTYPE: over surfaces
CONDMESHTYPE: over body elements
TITLE: GROUP
QUESTION: Group_Number:
VALUE:10
QUESTION: Element_Order:
VALUE:1a
TITLE: PROBLEM_PARAMETERS
QUESTION: Problem_type:#CB#(PLANE-STRESS,PLANE-STRAIN,STRUCT-AXIS,STRUCT-SOLID,POISSON,BEAM,TRUSS,CONTACT,SHELL,PLATE,MEMBRANE)
VALUE:PLANE-STRAIN
DEPENDENCIES: (PLANE-STRESS,restore,Thickness,#CURRENT#)\
(#DEFAULT#,hide,Thickness,#CURRENT#)
QUESTION: Thickness:
VALUE:
QUESTION: Mass_matrix:#CB#(LUMPED,CONSISTENT,EIGENVALUE)
VALUE:LUMPED
QUESTION: Stiffness_matrix:#CB#(TRANSFORMED,CONSISTENT,EIGENVALUE,MINIMUM_ENERGY)
VALUE:TRANSFORMED
QUESTION: Kinematics:#CB#(INFINITESIMAL,FINITE)
VALUE:INFINITESIMAL
DEPENDENCIES: (FINITE,restore,Finite_formulation,#CURRENT#,restore,Strain_measure,#CURRENT#)\
(#DEFAULT#,hide,Finite_formulation,#CURRENT#,hide,Strain_measure,#CURRENT#)
QUESTION: Finite_formulation#CB#(TOTAL-LAGRANGIAN,UPDATED-LAGRANGIAN,EULERIAN)
VALUE: TOTAL_LAGRANGIAN
QUESTION: Strain_measure#CB#(MATERIAL,SPATIAL,LOGARITHMIC)
VALUE:MATERIAL
2) In some cases it is necessary to add a separation line to separate Questions included on the same screen; is there a command to add this separation line?
3) Other way to separate the questions mentioned before is using what is called "Group Box", with a title of this group being included at the window. Is there a easy way to create these boxes?
4) I also need to add a title or info text on the screen. It is not a Question with values or check boxes, but a simple free text as a label, how can I do that?