Click or drag to resize

ClipperOpenPathsFromPolyTree Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.OpenPathsFromPolyTree(ClipperLib.PolyTree)"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<List<IntPoint>> OpenPathsFromPolyTree(
	PolyTree polytree
)

Parameters

polytree  PolyTree

[Missing <param name="polytree"/> documentation for "M:ClipperLib.Clipper.OpenPathsFromPolyTree(ClipperLib.PolyTree)"]

Return Value

ListListIntPoint

[Missing <returns> documentation for "M:ClipperLib.Clipper.OpenPathsFromPolyTree(ClipperLib.PolyTree)"]

See Also