Click or drag to resize

ConcaveHullSetConcaveHull Method

Sets a concave hull with parameters that could be different from those provided in the constructor.

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetConcaveHull(
	double concavity,
	int scaleFactor,
	bool isSquareGrid
)

Parameters

concavity  Double
The concavity.
scaleFactor  Int32
The scale factor.
isSquareGrid  Boolean

[Missing <param name="isSquareGrid"/> documentation for "M:Altaxo.Geometry.Double_2D.ConcaveHull.SetConcaveHull(System.Double,System.Int32,System.Boolean)"]

See Also