The OdbDataDatumCsys object stores coordinate system data.
import visualization session.odbData[name].datumCsyses[i]
The OdbDataDatumCsys object can have the following members:
A String specifying the coordinate system name. This String is read-only.
A SymbolicConstant specifying the coordinate system type. This String is read-only. Possible values are CARTESIAN, CYLINDRICAL, and SPHERICAL.
A tuple of three Floats specifying a sequence of three floats specifying the x-Axis vector. The default value is (1, 0, 0).
A tuple of three Floats specifying a sequence of three floats specifying the y-Axis vector. The default value is (0, 1, 0).
A tuple of three Floats specifying a sequence of three floats specifying the z-Axis vector. The default value is (0, 0, 1).
A tuple of three Floats specifying a sequence of three floats specifying the origin. The default value is (0, 0, 0).