Skip to content

Add Cylindrical Grid Builder

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

Adds vtkCylindricalGridBuilder to build cylindrical grids; unstructured grids with cells that have radial curvature, up to and including complete rings.

Cells are represented by a cartesian radius, polar theta rotation angle about the origin, and a cartesian z height.

Reference Image:

TestCylindricalGridBuilder

Note: Continuation/Update of !7204 (closed).

Merge request reports