Click or drag to resize

DTSweepContextMeshClean Method

Marks all reachable interior triangles starting from the specified triangle.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MeshClean(
	DelaunayTriangle triangle
)

Parameters

triangle  DelaunayTriangle
The triangle from which to start cleaning.
See Also