We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Steps:
Convert *.stl file to voxelized *.dat file using the Voxelizer with size of voxel voxelSize. You need CVMLCPP for this - ask Friedi for more details.
*.stl
*.dat
voxelSize
Open InputReader.cpp.
InputReader.cpp
deltaDim
infile
outfile
Open terminal in root and type:
$ g++ -g -o InputReader InputReader.cpp $ ./InputReader
$ g++ -g -o InputReader InputReader.cpp
$ ./InputReader
Open the VTK file with Paraview and visualize.