TranslateAlignment

Description

Translate operation coordinate system alignment.

Values of this enumeration:

  • Absolute - Use global coordinate system to make absolute translation.
  • Relative - Use local coordinate system to make relative translation.

namespace TranslateAlignment
{
	enum Type
	{
		Absolute,
		Relative
	};
}