OpenPathsFromPolyTree

The Clipper Library

OpenPathsFromPolyTree

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

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

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

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

See Also

PolyTree, Paths