Skip to content
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

"Fillet curve" node #4791

Merged
merged 12 commits into from
Dec 11, 2022
Merged

"Fillet curve" node #4791

merged 12 commits into from
Dec 11, 2022

Conversation

portnov
Copy link
Collaborator

@portnov portnov commented Dec 4, 2022

Smooth the curve in it's fracture points.
When it is known that the curve is a polyline, then it is possible to calculate the fillet as a circular arc of specified radius.
For arbitrary curve, only arc of Bezier curve can be used.

This node can work only with NURBS curves; but polylines are a special case of NURBS.

Screenshot_20221204_214141
Screenshot_20221204_213503

Preflight checklist

Put an x letter in each brackets when you're done this item:

  • Code changes complete.
  • Code documentation complete.
  • Documentation for users complete (or not required, if user never sees these changes).
  • Manual testing done.
  • Unit-tests implemented.
  • Ready for merge.

@portnov portnov added the NURBS label Dec 4, 2022
@portnov portnov merged commit 305dc4b into master Dec 11, 2022
@portnov portnov deleted the fillet_curve_node branch December 11, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant