GiD - The personal pre and post processor

*LocalAxesDef

*LocalAxesDef

This command returns the nine numbers that define the transformation matrix of a vector from the local axes system to the global one.

Example:

*loop localaxes
*format "%10.4lg %10.4lg %10.4lg"
x'=*LocalAxesDef(1) *LocalAxesDef(4) *LocalAxesDef(7)
*format "%10.4lg %10.4lg %10.4lg"
y'=*LocalAxesDef(2) *LocalAxesDef(5) *LocalAxesDef(8)
*format "%10.4lg %10.4lg %10.4lg"
z'=*LocalAxesDef(3) *LocalAxesDef(6) *LocalAxesDef(9)
*end localaxes

COPYRIGHT © 2022 · GID · CIMNE