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

Add vtk threshold point #3081

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

finetjul
Copy link
Member

@finetjul finetjul commented Jun 8, 2024

Context

Add vtkThresholdPoints filter.

Results

A new filter with an example are added.

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
    • Browser: Chrome

@finetjul finetjul requested a review from floryst June 8, 2024 18:22
@floryst
Copy link
Collaborator

floryst commented Jun 10, 2024

Are you planning on adding typescript definitions as well?

@finetjul
Copy link
Member Author

Are you planning on adding typescript definitions as well?

I was not planning to because I do not use typescript. Shall we make it mandatory for new contributions ?

@floryst
Copy link
Collaborator

floryst commented Jun 10, 2024

I was not planning to because I do not use typescript. Shall we make it mandatory for new contributions ?

It's a good idea to do so nowadays, especially since vtk.js is ingested by typescript projects.

This filter can threshold points with PointData criteria or point coordinates.
@finetjul finetjul force-pushed the add-vtkThresholdPoint branch from cea72ef to 74f6589 Compare November 29, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants