From 1bdfa97fc73239f7838ad3115b0696cdbdc2e065 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 22 Sep 2009 15:25:53 +0100
Subject: [PATCH] adapted extrudeProperties for new extrusion model

---
 .../utilities/mesh/generation/extrudeMesh/extrudeProperties  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/applications/utilities/mesh/generation/extrudeMesh/extrudeProperties b/applications/utilities/mesh/generation/extrudeMesh/extrudeProperties
index faf875774d5..9a047e78229 100644
--- a/applications/utilities/mesh/generation/extrudeMesh/extrudeProperties
+++ b/applications/utilities/mesh/generation/extrudeMesh/extrudeProperties
@@ -71,7 +71,8 @@ linearNormalCoeffs
 
 linearDirectionCoeffs
 {
-    direction       (0 0 1);
+    direction       (0 1 0);
+    thickness       0.05;
 }
 
 linearRadialCoeffs
@@ -89,7 +90,7 @@ sigmaRadialCoeffs
 
 // Do front and back need to be merged? Usually only makes sense for 360
 // degree wedges.
-mergeFaces true;
+mergeFaces false;   //true;
 
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-- 
GitLab