diff --git a/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg b/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg index 2930d18410111743be9b1ee6d6f3cf5aeefcfc80..52ec5a5c7305eef0c48c57c1bd8b6e3986887e36 100644 --- a/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg +++ b/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg @@ -28,6 +28,12 @@ subsetFeatures openEdges yes; } +trimFeatures +{ + minElem 0; + minLen 0; +} + writeObj yes; // ************************************************************************* // diff --git a/etc/templates/closedVolume/system/surfaceFeatureExtractDict b/etc/templates/closedVolume/system/surfaceFeatureExtractDict index bd9bdd52c927ecf3a9066186aa874666df95cf2f..24ce03f0f8054b1f4afcbb45ee1083ff9df80b8c 100644 --- a/etc/templates/closedVolume/system/surfaceFeatureExtractDict +++ b/etc/templates/closedVolume/system/surfaceFeatureExtractDict @@ -29,6 +29,12 @@ CAD.obj openEdges yes; } + trimFeatures + { + minElem 0; + minLen 0; + } + writeObj yes; } diff --git a/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict b/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict index bd9bdd52c927ecf3a9066186aa874666df95cf2f..24ce03f0f8054b1f4afcbb45ee1083ff9df80b8c 100644 --- a/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict +++ b/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict @@ -29,6 +29,12 @@ CAD.obj openEdges yes; } + trimFeatures + { + minElem 0; + minLen 0; + } + writeObj yes; }