Versions Compared

Key

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

...

The list_of_condition_names is the list of these conditions were we can find a material, so we can consider it as 'used', asigning assigning it a MID (Material Identifier) for further queries.

...

Utility to print the nodes of the groups of the conditions specified at list_of_condition_names, and the information asigned assigned to them.


Example:

Code Block
set list_of_condition_names [list "Point_Weight"]
set parameters [list {"%1d" "element" "id"} {"%13.5e" "property" "Weight"}]
customlib::WriteNodes $list_of_condition_names $parameters

...