Skip to content
Snippets Groups Projects
Commit 2de68a9a authored by mattijs's avatar mattijs
Browse files

BUG: snappyHexMesh: minThickness > 1 caused truncation of layers

The start of the layer addition loop does a synchronisation of the wanted
displacement. This also does a truncation of the displacement if it is <
minThickness. At the first iteration the displacement was initialised to
vector::one which might trigger the truncation logic (and then disable
extrusion altogether). Instead we now initialise the displacement to
vector::GREAT before entering the synchronisation.
parent 4d1159e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment