Click or drag to resize

DTSweepContextMapTriangleToNodes Method

Try to map a node to all sides of this triangle that don't have a neighbor.

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MapTriangleToNodes(
	DelaunayTriangle t
)

Parameters

t  DelaunayTriangle

[Missing <param name="t"/> documentation for "M:Poly2Tri.DTSweepContext.MapTriangleToNodes(Poly2Tri.DelaunayTriangle)"]

See Also