-
Notifications
You must be signed in to change notification settings - Fork 0
Home
saumiJ edited this page Jul 31, 2015
·
6 revisions
Steps:
-
Convert
*.stl
file to voxelized*.dat
file using the Voxelizer with size of voxelvoxelSize
. You need CVMLCPP for this - ask Friedi for more details. -
Open
InputReader.cpp
.- Change
deltaDim
(line 29) tovoxelSize
value. - Provide the correct
infile
andoutfile
names. SaveInputReader.cpp
- Change
-
Open terminal in root and type:
$ g++ -g -o InputReader InputReader.cpp
$ ./InputReader
-
Open the VTK file with Paraview and visualize.