SurfaceMultipointHeight

Description

Determines what height a surface point created from more than one point will have.

namespace SurfaceMultipointHeight
{
	enum Type
	{
		Lowest,
		Mean,
		Highest
	};
}