Click or drag to resize

DTSweepContextRemoveFromList Method

Removes the specified triangle from the working triangle list.

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

Parameters

triangle  DelaunayTriangle
The triangle to remove.
See Also