ENH: snappyHexMesh: switch on multipatch snapping

This commit is contained in:
mattijs
2012-10-26 14:28:18 +01:00
parent 5e259077d2
commit 233436f4f7

View File

@ -186,6 +186,10 @@ snapControls
//- Use castellatedMeshControls::features
explicitFeatureSnap true;
//- Detect features between multiple surfaces
// (only for explicitFeatureSnap, default = false)
multiRegionFeatureSnap true;
}