ClosedPathsFromPolyTree

The Clipper Library

ClosedPathsFromPolyTree

Del.» function ClosedPathsFromPolyTree(PolyTree: TPolyTree): TPaths;

C++ » void ClosedPathsFromPolyTree(PolyTree& polytree, Paths& paths);

C#  » public static void ClosedPathsFromPolyTree(PolyTree polytree, Paths paths);

This function filters out open paths from the PolyTree structure and returns only closed paths in a Paths structure.

See Also

PolyTree, Paths