Why can't I shell an object with a threePointArc in it? #2031
Unanswered
Charlie-83
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
@Charlie-83 Are you able to shell with a positive thickness, or will that make the resulting part too large for your use case? This is what I get with a
That still does not explain why the 3-point arc does not work when shelling with a negative thickness, but it is a potential work-around. |
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.
-
As you can see, the shell operation doesn't do anything.
There are two ways to make this work:
.lineTo(0, l - r)I don't really understand why I am not able to shell the threePointArc with a thickness of more than 1.45
Beta Was this translation helpful? Give feedback.
All reactions