Provides an exact arithmetic 2d conforming Delaunay triangulation (CDT) of points, constraints ("breaklines") and boundaries.

The ConformingDelaunayTriangulation2d..::.IterationStepEventArgs type exposes the following members.

Constructors

  NameDescription
ConformingDelaunayTriangulation2d..::.IterationStepEventArgs
A new iteration step event argument.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CurrentIterationStep
Gets the number of the current iteration step.
NumberOfPointsInserted
Gets the number of point that have been inserted in the current iteration step.

See Also