Revision: 55822
          http://sourceforge.net/p/brlcad/code/55822
Author:   phoenixyjll
Date:     2013-06-24 15:38:39 +0000 (Mon, 24 Jun 2013)
Log Message:
-----------
We have to set removeTrimmed to false, otherwise the surface tree cannot be 
built correctly.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/intersect.cpp

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-06-24 13:13:46 UTC (rev 
55821)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-06-24 15:38:39 UTC (rev 
55822)
@@ -414,7 +414,7 @@
     brep->AddSurface(surfaceB.Duplicate());
     brep->NewFace(0);
     ON_2dPoint closest_point_uv;
-    brlcad::SurfaceTree *tree = new brlcad::SurfaceTree(brep->Face(0), true, 
MAX_PSI_DEPTH);
+    brlcad::SurfaceTree *tree = new brlcad::SurfaceTree(brep->Face(0), false, 
MAX_PSI_DEPTH);
     if (brlcad::get_closest_point(closest_point_uv, brep->Face(0), pointA, 
tree) == false) {
        delete brep;
        delete tree;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to