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