Skip to content

Merging vtkVolumeOfRevolutionFilter into vtkRotationalExtrusionFilter

Added a volumetric mode toggle to vtkRotationalExtrusionFilter. When enabled, the filter applies the logic of vtkVolumeOfRevolutionFilter.

Several modifications were made to vtkVolumeOfRevolutionFilter, including support for radius growth and extrusion translation along the Z-axis.

Finally, an axis position parameter was introduced, allowing users to offset the axis of revolution. (Default: (0, 0, 0))

Merge request reports

Loading