-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update polygon doc #395
update polygon doc #395
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #395 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 24 24
Lines 7275 7275
=======================================
Hits 6973 6973
Misses 302 302 ☔ View full report in Codecov by Sentry. |
Yes. I clarified the docs. |
I don't understand why you're requesting this change. Both CW and CCW orders generate polygons and the code does not attempt to enforce any order. Is there something specific that is causing a problem here? |
Yes, that is why I specified it is the winding order which only determines the normal, not the shape. |
How about this instead? Add polygon(s) defined by given sequence of points to sketch.
Note that the order of the points define the normal of the Face that is created in Algebra mode,
where counter clockwise order creates Faces with their normal being up while a clockwise order
will have a normal that is down. In Builder mode, all Faces are up. with no change to the description of |
Sounds good to me. I had to figure out the winding order by testing when lofting in algebra mode so this would address that. |
Fixed with commit f622815 |
No description provided.