Skip to content

Add Cylindrical Grid

Stephen Hogarth requested to merge shogarth/vtk:add_cylindrical_grid into master

vtkCylindricalGrid is a data object representing a combination of cells which have a radial curvature, up to and including a complete ring. Cells are represented by a cartesian radius, polar theta rotation angle about the origin, and a cartesian z height.

Merge request reports