Click or drag to resize

ClipperOpenPathsFromPolyTree Method

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

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<List<IntPoint>> OpenPathsFromPolyTree(
	PolyTree polytree
)

Parameters

polytree
Type: ClipperLibPolyTree

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

Return Value

Type: ListListIntPoint

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

See Also