The LinearCoordinateDirectionEnumType enumerates values that
describe the direction for a linear coordinate characteristic.
XAXIS and YAXIS are used with a 2D Cartesian coordinate system.
RADIAL and ANGULAR are used with a 2D Polar coordinate system.
XAXIS, YAXIS, and ZAXIS are used with a 3D Cartesian coordinate
system.
RADIAL, AZIMUTH, and ZAXIS are used with a 3D Cylindrical
coordinate system.
RADIAL, POLAR, and AZIMUTH are used with a 3D Spherical
coordinate system. |