Click or drag to resize

DTSweepContextLocateNode Method

Locates the advancing-front node associated with the specified point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AdvancingFrontNode LocateNode(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The point to locate.

Return Value

AdvancingFrontNode
The located node.
See Also