Point3DFileFormat

Description

Available formats.

Values of this enumeration:

  • STL - Stereolithography format. File name extension is .stl.

namespace Point3DFileFormat
{
	enum Type
	{
		STL
	};
}