DTSweepTriangulate Method |
Triangulate simple polygon with holes.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Triangulate(
DTSweepContext tcx
)
Parameters
- tcx DTSweepContext
- The sweep context containing points and triangulation configuration.
RemarksThe context must be initialized with points and regions before calling.
See Also