Click or drag to resize

ClipperCleanPolygons Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.CleanPolygons(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}},System.Double)"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<List<IntPoint>> CleanPolygons(
	List<List<IntPoint>> polys,
	double distance = 1,415
)

Parameters

polys  ListListIntPoint

[Missing <param name="polys"/> documentation for "M:ClipperLib.Clipper.CleanPolygons(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}},System.Double)"]

distance  Double  (Optional)

[Missing <param name="distance"/> documentation for "M:ClipperLib.Clipper.CleanPolygons(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}},System.Double)"]

Return Value

ListListIntPoint

[Missing <returns> documentation for "M:ClipperLib.Clipper.CleanPolygons(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}},System.Double)"]

See Also