From efe7713d9b21968d8ce0f17f6761395eb5d17334 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Sat, 18 Jul 2015 18:58:20 +0100 Subject: [PATCH] surfaceFeatureExtractDict templates: added trimFeatures options --- etc/caseDicts/surface/surfaceFeatureExtractDict.cfg | 6 ++++++ etc/templates/closedVolume/system/surfaceFeatureExtractDict | 6 ++++++ .../inflowOutflow/system/surfaceFeatureExtractDict | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg b/etc/caseDicts/surface/surfaceFeatureExtractDict.cfg index 2930d18410..52ec5a5c73 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 bd9bdd52c9..24ce03f0f8 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 bd9bdd52c9..24ce03f0f8 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; }