Suggested Overloads #572
Replies: 2 comments
-
HI Ross. |
Beta Was this translation helpful? Give feedback.
-
Hi Angus, For the PolyPathToPaths64 function I am often pulling out the individual child PolyPaths64 from a PolyTree64 operation and playing with them. Again not a biggie as I've created my own function to convert the Polytree back to the Paths64. All the best Mate! |
Beta Was this translation helpful? Give feedback.
-
Hi Angus & Team,
Thanks for the updated clipper. I'm getting a better than 700% speed improvement in some operations. Here's a suggestion for overloading methods to make it even easier for us coders:
Add Path64/PathD support to the subject and clip for the Clipper UNION, INTERSECT and DIFFERENCE
e.g.
Clipper.Intersect( Path64 subject, Path64 clip, FillRule fillRule)
Clipper.Intersect( Paths64 subject, Path64 clip, FillRule fillRule)
Clipper.Intersect( Path64 subject, Paths64 clip, FillRule fillRule)
Yes, I know I can achieve the same through the Clipper64 class, but it just makes it a bit easier to include the overloads in the Clipper class too.
While I'm suggesting additions - how about a PolyPathToPaths64 function similar to the PolyTreeToPaths64?
Beta Was this translation helpful? Give feedback.
All reactions