Skip to content

CellSetExplicit has user defined offset storage.

CellSetExplicit now gains the ability to have the user define the offset array!

When creating CellSets of a single cell type, or when running an algorithm like clip you generally already have an offsets array, and have no need or desire to re-compute one. This branch now allows you to optionally specify the offsets when using Fill and FillViaCopy.

Merge request reports