GiDInterface icon indicating copy to clipboard operation
GiDInterface copied to clipboard

Add tabs to condition's parameters

Open jginternational opened this issue 6 years ago • 0 comments
trafficstars

CustomLib allows the use of 1 level of tabs inside Conditions, so instead of

condtion
- param 1
- param 2
- param 3
- ...
- param n

We could have

condition
- Tab 1
    - param 1
    - param 2
- Tab 2
    - param 3
    - param 4
...

Pros:

  • Conditions with a large number of parameters will not make their window to grow
  • Parameters can be grouped by 'families' or 'categories'

Cons:

  • Conditions with multiple parameter's origin (Like Parts -some from element, some from constitutive law-) will have a difficult implementation
  • Condition with generic parameters (Like intervals) will need to have a strict structure

(@KratosMultiphysics/dem )

jginternational avatar Apr 08 '19 10:04 jginternational