Gets or sets the point set to triangulate.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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); } |