You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation it is recommeded to use SimplifyPaths on a Paths after offseting.
If the returned type from my offseting operation is PolyTree64 how can I apply the offsetting in a good way?
I know PolyTree is a read only data-structure, so should I use SimplifyPath when reading the Polygon from it. Or could there be a flag either to the ClipperOffset class or execute function which will applied SimplifyPath to them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the documentation it is recommeded to use SimplifyPaths on a Paths after offseting.
If the returned type from my offseting operation is PolyTree64 how can I apply the offsetting in a good way?
I know PolyTree is a read only data-structure, so should I use SimplifyPath when reading the Polygon from it. Or could there be a flag either to the ClipperOffset class or execute function which will applied SimplifyPath to them?
Beta Was this translation helpful? Give feedback.
All reactions