Skip to content

ENH: Save plane IDs as CellData (in case planes got dropped)

vtkHull drops planes in some situations (see !3232 (closed)). In this case it can be very helpful to know afterwards which IDs the planes had, so this MR offers the functionality to save the plane ID for each face in the CellData.

Merge request reports