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

Refine curve node #4617

Merged
merged 6 commits into from
Aug 22, 2022
Merged

Refine curve node #4617

merged 6 commits into from
Aug 22, 2022

Conversation

portnov
Copy link
Collaborator

@portnov portnov commented Aug 22, 2022

This node performs "refinement" procedure on a NURBS curve, i.e. inserts a
number of knots in order to make it easier to manipulate with curve's shape.
Each knot can be inserted once or multiple times. Knots are distributed
according to one of algorithms, in order to make knots distribution more even.

After some modifications to refined curve shape were done, unneded knots can be
removed by use of "Remove excessive knots (Curve)" node.

Screenshot_20220822_210618

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 Aug 22, 2022
@portnov portnov merged commit ebe4f68 into master Aug 22, 2022
@portnov portnov deleted the refine_curve_node branch August 22, 2022 16:40
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