From 6a24623d665df2ee2315d3378a227ccbb6e133f3 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 2930d1841..52ec5a5c7 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 bd9bdd52c..24ce03f0f 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 bd9bdd52c..24ce03f0f 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; }