python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Possible to output field data of same value in vtk with element's index range?
In paraview's legacy vtk file, is it possible to output element's type or field data of same value, with range of element index? In this way, we can avoid to store duplicated data and save a lot of st...
KOF
Votes: 0
Answers: 1
How to Install Mayavi on MacOS
I would like to create some graphics with Python that matplotlib seems to be unable to do well, in terms of drawing closed curves on 3D surfaces. A bit of online research led me to mayavi.mlab for tha...
JW1966
Votes: 0
Answers: 1
How to add a QComboBox in QVTKOpenGLNativeWidget?
Now, I need to add a QComboBox in QVTKOpenGLNativeWidget. However, I find the signal-slot do not work.
The code is:
#include <qapplication.h>
#include <qsurfaceformat.h>
#include <QVTKO...
Qiang Zhang
Votes: 0
Answers: 0
Save .vtk voxelized file in Python
I have a 3D matrix data from a txt file representing voxels.
I already represented them in vtk as a structured grid:
grid = vtk.vtkExplicitStructuredGrid()
Everything working fine. Adding color funct...
vity
Votes: 0
Answers: 1