The ConstraintDelaunayTriangulation2d type exposes the following members.

Properties

  NameDescription
Area
Gets the area of the triangulated surface.
(Inherited from DelaunayTriangulation2d.)
BadConstraints
Gets a list of edges that could not be inserted.
BadPoints
Gets a list of all points that could not be triangulated.
(Inherited from DelaunayTriangulation2d.)
BadTriangles
Gets a list of all near degenerate triangles.
(Inherited from DelaunayTriangulation2d.)
Constraints
A list of unordered edges that will be respected by all triangles in the XY projection. The z-coordinate of the constraints will be ignored.
NumberOfTriangles
Gets the number of triangles in the current triangulation.
(Inherited from DelaunayTriangulation2d.)
TriangulationPoints
Gets or sets the point set to triangulate.
(Inherited from DelaunayTriangulation2d.)

See Also