The ConstraintDelaunayTriangulation2d type exposes the following members.

Constructors

  NameDescription
ConstraintDelaunayTriangulation2d
Initializes a new instance of the ConstraintDelaunayTriangulation2d class

Methods

  NameDescription
AddPointToCurrentTriangulation
Not implemented for constraint triangulation.
Dispose
Disposes the triangulation.
(Inherited from DelaunayTriangulation2d.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GenerateRaster
Not implemented for constraint triangulation.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTrianglesOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetXYExtents
Returns the minX, minY, maxX and maxY coordinates of the triangulation in an array.
(Inherited from DelaunayTriangulation2d.)
GetZCoordinate
Interpolates the z-coordinate of the triangulated surface at a given point in the xy-plane.
(Inherited from DelaunayTriangulation2d.)
RasterizeCurrentTriangulationOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TriangulateOverloaded.

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.)

Events

  NameDescription
PointInsertionHandler
Handles the insertion of a point.
(Inherited from DelaunayTriangulation2d.)

See Also