Replies: 1 comment 2 replies
-
|
You probably want clipperoffset.PreserveCollinear(1); |
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.
-
I have a three point line. Clipper offsets it nicely on both sides, but loses the offset of point 2 because it is exactly on the same line as points 1 and 3.
How can I prevent this so that the points on the same line also offset? This is because I have a different Z value for the points.
And is it possible to offset only to the right or to the left?
Beta Was this translation helpful? Give feedback.
All reactions