AdvancingFrontLocateNode Method |
Locates the node at or immediately before the specified point on the advancing front.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AdvancingFrontNode LocateNode(
TriangulationPoint point
)
Parameters
- point TriangulationPoint
- The point to locate.
Return Value
AdvancingFrontNodeThe located front node, or
if none is found.
See Also