PathJoiningAngleMeasure

Description

Determines a way to measure the angle between two paths being joined.

Values of this enumeration:

  • InputPathOrientation - Angle between input paths endings is measured.
  • OutputPathOrientation - Angle between new output paths joints are measured.

namespace PathJoiningAngleMeasure
{
	enum Type
	{
		InputPathOrientation,
		OutputPathOrientation
	};
}