Replies: 2 comments 7 replies
-
|
No, sorry, it won't work. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I'm tempted to implement support for this. It doesn't look hard to copy Z values to offset points, and ClipperOffset could allow setting a ZCallback to be used the final cleanup pass. Are there any known or suspected challenges I don't see? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Can ZCallBack work on InflatePaths and Offset?
There is a documentation about using ZCallBack for ClipUnion, but how would it work on the InflatePaths and Offset functions??
I have a 3d curve that needs exporting. Would be nice to use the ZCallBack to call the original Z value of the point and use it to orient the new plane for the offseted points.
Beta Was this translation helpful? Give feedback.
All reactions