New to the library: trying to make a semicircle #35
Answered
by
derekantrican
derekantrican
asked this question in
Q&A
-
I'm new to this library and trying to get set up with a simple semicircle first (part of a more complex shape I'm making). But I notice that this code:
Doesn't make a semicircle (see below image). Is there something I'm not understanding here? |
Beta Was this translation helpful? Give feedback.
Answered by
derekantrican
Nov 19, 2021
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
derekantrican
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I had a "brainspark" and was able to get it with more points:
I think maybe before it was because part of the semicircle would extend outside of the "non-rounded triangle"?
For instance, I think this is what I was trying to do before (triangle is non-rounded, semicircle is what I wanted):
And this is what the solution was (square is non-rounded, semicircle is what I wanted):
So the semicircle simply can't fit inside the triangle and therefore isn't really a possible "fillet" for that point