Gets or sets the point set to triangulate.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public PointSet TriangulationPoints { get; set; }
Visual Basic (Declaration)
Public Property TriangulationPoints As PointSet
Visual C++
public:
property PointSet^ TriangulationPoints {
	PointSet^ get ();
	void set (PointSet^ value);
}

Field Value

The point set to triangulate.

See Also