PolyTree.Clear

Del.» procedure Clear;

C++ » void Clear();

C#  » public void Clear();


This method allows a PolyTree object to be reused in repeat calls to Clipper's Execute method.

Note: This method does not need to be called explicitly between calls to Clipper.Execute() since that method will automatically clear the PolyTree before propogating it with new PolyNodes.

See Also

Clipper.Execute