Skip to content
Snippets Groups Projects
Commit 99031322 authored by Tetsuo Koyama's avatar Tetsuo Koyama
Browse files

Update ReadSLC.py

parent 03870226
No related branches found
No related tags found
1 merge request!335Fix small typos `paramater` and `recomended`
......@@ -34,8 +34,8 @@ def main():
# Implementing Marching Cubes Algorithm to create the surface using vtkContourFilter object.
contourFilter = vtkContourFilter()
contourFilter.SetInputConnection(reader.GetOutputPort())
# Change the range(2nd and 3rd Paramater) based on your
# requirement. recomended value for 1st parameter is above 1
# Change the range(2nd and 3rd Parameter) based on your
# requirement. recommended value for 1st parameter is above 1
# contourFilter.GenerateValues(5, 80.0, 100.0)
contourFilter.SetValue(0, iso_value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment