PolyTreeToPaths

The Clipper Library

PolyTreeToPaths

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

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

C#  » public static Paths PolyTreeToPaths(PolyTree polytree);

This function converts a PolyTree structure into a Paths structure.

See Also

PolyTree, Paths