GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

# example:
# set oa1 [ objarray new_from_to 2 5]
# set oa2 [ objarray new_from_to 6 9]
# objarray_map {{x y} {expr $x + $y}} [ list $oa1 $oa2]

  • No labels