Questions tagged [vtk-9.1.0]
5 questions
1
vote
1 answer
vtkThresholdPoints how to get the mesh back with a surface not just points
on using the vtkThresholdPoints to threshold a mesh it returns back just the points. I need to get back the mesh with its surface again, not just the points.
I need to get the thresholded mesh with the surface.
this is my code:
threshold =…

HadyKh
- 43
- 7
1
vote
0 answers
How can I solve VTK rendering error when marking the mouse pick triangle?
VTK is new to me, When I try to mark the triangle picked by the mouse as red, Triangles do not render properly.
Here is a video:
The Red Triangle do not render completely
My Environment:
OS version: Windows 10 21H2
Python version: 3.8
Vtk version:…

luckyBoy
- 11
- 2
1
vote
1 answer
VTKCutter leaves gaps, does not return the every point it intersects
I have an STL file, I'm working on it a while to collect xyz data through the line drawn on its surface(red line).
I wrote a function using VTKCutter and believed that the class was collecting each point its implicit function(plane in this case)…

slefsmteem
- 13
- 4
0
votes
0 answers
How to switch mouse interaction in QVTKOpenGLNativeWidget
for my application, I want to use Qt5 along with VTK 9 (Ubuntu 22.04). For this case, I am using a QVTKOpenGLNativeWidget, which is the standard type of widget to combine these two libs. For some tests, I ran the minimal qt-vtk-example which is…

Bakefish
- 81
- 6
0
votes
0 answers
How to use vtkMotionFXCFGReader?
I want to read the motion track file with vtk and find the vtkMotionFXCFGReader, but I can't find any related examples. Want to know if anyone can use it?
If possible, give me a demo, Thank you very much !