Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
b82b2332
Commit
b82b2332
authored
Oct 02, 2001
by
Charles Law
Browse files
Take out triangle filter.
parent
c83fa31b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Parallel/Testing/Tcl/TestExtrudePiece.tcl
View file @
b82b2332
...
...
@@ -9,12 +9,8 @@ vtkCleanPolyData clean
clean SetInput
[
disk GetOutput
]
clean SetTolerance 0.01
vtkTriangleFilter tri
tri SetInput
[
clean GetOutput
]
tri Update
vtkExtractPolyDataPiece piece
piece SetInput
[
tri
GetOutput
]
piece SetInput
[
clean
GetOutput
]
vtkPLinearExtrusionFilter extrude
extrude SetInput
[
piece GetOutput
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment