From 92ceaadb1ae98a4c2601e7a69756eacf84ebfa9b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 5 Feb 2008 23:34:02 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GFace.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index ab292ff588..47fcef10b4 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,4 +1,4 @@ -// $Id: GFace.cpp,v 1.45 2008-02-05 23:16:43 geuzaine Exp $ +// $Id: GFace.cpp,v 1.46 2008-02-05 23:34:02 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -548,10 +548,8 @@ struct graphics_point{ bool GFace::buildSTLTriangulation() { - // Build a simple triangulation for surfaces we know are not - // trimmed. Do nothing by default for complex surfaces (we might - // want to change this is the future) - + // Build a simple triangulation for surfaces which we know are not + // trimmed if(geomType() != ParametricSurface && geomType() != ProjectionFace) return false; -- GitLab