forked from Kitware/VTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New extrusion filter extrudes to trim surface
This filter extrudes a generating polydata until it intersects a trim surface. Two inputs are required: the input generating polydata and the trim surface (also polydata). Options exist to control the capping process to produce the end cap at the average intersection distance, maximum intersection distance, minimum intersection distance, and as intersected. Further, vtkStaticCellLocator was not thread safe in its line intersection method, and the locator was not intersecting cells properly in all cases. The bin - line intersection traversal algorithm was confusing and non-optimal. Hence the commit also includes a rewrite of the intersection code to be thread safe and to use a more efficient bin/voxel traversal method.
- Loading branch information
Showing
21 changed files
with
1,431 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.