Click or drag to resize

DelaunayTriangleMarkConstrainedEdge(Int32) Method

Marks the edge at the specified index as constrained.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MarkConstrainedEdge(
	int index
)

Parameters

index  Int32
The edge index.
See Also