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

fix(contourtriangulator): fix vtkContourTriangulator when points are … #2991

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

finetjul
Copy link
Member

…ordered in odd way

An integer number was additioned to an array.

fix #2990

Context

Read #2990

Results

No more hanging when running vtkContourTriangulator.
It was running for infinity in a while loop of vtkCCSMakePolysFromLines due to variables being NaN.

Changes

  • Documentation and TypeScript definitions were updated to match those changes

PR and Code Checklist

  • semantic-release commit messages
  • Run npm run reformat to have correctly formatted code

Testing

  • This change adds or fixes unit tests
  • Tested environment:
    • vtk.js: master
    • OS: Windows 10
    • Browser: Chrome

…ordered in odd way

An integer number was additioned to an array.

fix Kitware#2990
@finetjul
Copy link
Member Author

@sedghi Thanks for your helpful report. This should fix #2990

@sedghi
Copy link
Contributor

sedghi commented Jan 22, 2024

No worries, great fix!

@finetjul finetjul added this pull request to the merge queue Jan 22, 2024
Merged via the queue into Kitware:master with commit 8e08cbb Jan 22, 2024
3 checks passed
Copy link

🎉 This PR is included in version 29.4.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Automated label label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Automated label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] vtkContourTriangulator seems like not working on the output of vtkCutter
2 participants