PolygonAddSteinerPoints Method |
Adds multiple Steiner points to the polygon.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddSteinerPoints(
List<TriangulationPoint> points
)
Parameters
- points ListTriangulationPoint
- The Steiner points to add.
See Also