Click or drag to resize

TriangulationPointAddEdge Method

Adds a constrained edge to this point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddEdge(
	DTSweepConstraint e
)

Parameters

e  DTSweepConstraint
The constrained edge to add.
See Also