Skip to content
Snippets Groups Projects
Commit 92ceaadb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d4938768
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -548,10 +548,8 @@ struct graphics_point{ ...@@ -548,10 +548,8 @@ struct graphics_point{
bool GFace::buildSTLTriangulation() bool GFace::buildSTLTriangulation()
{ {
// Build a simple triangulation for surfaces we know are not // Build a simple triangulation for surfaces which we know are not
// trimmed. Do nothing by default for complex surfaces (we might // trimmed
// want to change this is the future)
if(geomType() != ParametricSurface && geomType() != ProjectionFace) if(geomType() != ParametricSurface && geomType() != ProjectionFace)
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment