PolygonAddSteinerPoint Method |
Adds a Steiner point to the polygon.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddSteinerPoint(
TriangulationPoint point
)
Parameters
- point TriangulationPoint
- The Steiner point to add.
See Also