Click or drag to resize

DelaunayTriangleMarkEdge(ListDelaunayTriangle) Method

Marks constrained edges based on the specified triangles.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MarkEdge(
	List<DelaunayTriangle> tList
)

Parameters

tList  ListDelaunayTriangle
The triangles providing constrained-edge information.
See Also