CleanPolyData filter
See original GitHub issueI would be very interested to use a CleanPolyData filter to clean up my polydata and remove some duplicate points.
In vtk (python), I had used:
clean = vtk.vtkCleanPolyData()
clean.SetInputConnection(polydata2.GetOutputPort())
clean.Update()
``
Is it possible with vtk.js ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
vtkCleanPolyData Class Reference - VTK
vtkCleanPolyData is a filter that takes polygonal data as input and generates polygonal data as output. vtkCleanPolyData will merge duplicate points (within ...
Read more >CleanPolyData - vtk-examples
The vtkCleanPolyData filter removes coincident points, resulting in the cube we would expect. Question. If you have a question about this example, ...
Read more >Clean
The Clean Poly Data filter takes polygonal data as input and generates polygonal data as output. vtkCleanPolyData can merge duplicate points (within ...
Read more >Tips and Tricks — mayavi 4.8.1 documentation
CleanPolyData filter. Under mlab, the Userdefined can be used to wrap eg a GeometryFilter VTK filter with:.
Read more >Set absolute tolerance instead of tolerance - VTK - GitLab
vtkAppendDataSets was forwarding its tolerance to the Tolerance property of the vtkCleanPolyData filter when merging was on and the output is polydata.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That will definitely help and allow that to happen. Let’s try to meet and figure out what we can do to help.
We should probably have the following conversation offline. Can you send us an email about what you are looking for to the following set of persons.
Where email = firstName.lastName@kitware.com
Need bounty ? I can fund this… I would be terrific because we have tool to make calculations (pyferret, xarray) but interactive mapping visualization are a missing part (I mean 3D).