Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, to know the value in the element number 676 of the result named 'Velocity (m/s)' of the analyis analysis named 'Hidraulic' in the last time step=35.0 we can write this in the command line

...

The string is formatted as Tcl nested lists, it is easy to get the apropiated appropriated item with the lindex Tcl command

...

The procedure is defined in the file scripts\dev_kit.tcl, that is a file of special interest for Tcl developers because include common tools.
Now it is possible to create a graph for the analysis name Hydraulic, result name "Detph Depth (m)" for the element number 676 (using the first component in case of more than one, like vectorial, and the first gauss point in case of more than one) with something like this

...