ConcaveHullSetConcaveHull Method |
Sets a concave hull with parameters that could be different from those provided in the constructor.
Namespace: Altaxo.Geometry.Double_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void SetConcaveHull(
double concavity,
int scaleFactor,
bool isSquareGrid
)
Parameters
- concavity Double
- The concavity.
- scaleFactor Int32
- The scale factor.
- isSquareGrid Boolean
- Indicates whether a square grid is used.
See Also