DTSweepContextRemoveFromList Method |
Removes the specified triangle from the working triangle list.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void RemoveFromList(
DelaunayTriangle triangle
)
Parameters
- triangle DelaunayTriangle
- The triangle to remove.
See Also