P2TTriangulate(PolygonSet) Method |
Triangulates all polygons in the specified polygon set.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Triangulate(
PolygonSet ps
)
Parameters
- ps PolygonSet
- The polygon set to triangulate.
See Also