Creates a triangulation context for the specified algorithm.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static TriangulationContext CreateContext(
TriangulationAlgorithm algorithm
)
Parameters
- algorithm TriangulationAlgorithm
- The algorithm for which to create a context.
Return Value
TriangulationContextA triangulation context for the specified algorithm.
See Also