question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CleanPolyData filter

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
jourdaincommented, Jun 13, 2019

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.

  • Sebastien Jourdain
  • Libby Rose
  • Matt McCormick

Where email = firstName.lastName@kitware.com

1reaction
PBrockmanncommented, Jun 13, 2019

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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found