GiD_Info localaxes ?<name>? ?-localaxesmat?
GiD_Info localaxes
Returns a list with all the user defined local axes.
GiD_Info localaxes <name>
Returns the parameters (three euler angles a list with 2 items: the euler angles "e1 e2 e3" and the center ) "cx cy cz" that define the local axes called <name>.
GiD_Info localaxes <name> -localaxesmat
Instead of returning the three euler angles, it returns the nine Returns a list with 2 items: the rotation matrix and the center.
The rotation matrix 3x3 is a list of 9 numbers that define the transformation matrix rotation of a vector from the local axes system to the global one.
...