Revision: 57251
http://sourceforge.net/p/brlcad/code/57251
Author: phoenixyjll
Date: 2013-08-29 06:47:10 +0000 (Thu, 29 Aug 2013)
Log Message:
-----------
Fix wrong operation type.
Modified Paths:
--------------
brlcad/trunk/src/libbrep/boolean.cpp
Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp 2013-08-29 06:26:57 UTC (rev
57250)
+++ brlcad/trunk/src/libbrep/boolean.cpp 2013-08-29 06:47:10 UTC (rev
57251)
@@ -1641,7 +1641,7 @@
bu_log("The trimmed face is not inside the other brep.\n");
if (operation == BOOLEAN_UNION || (operation == BOOLEAN_DIFF &&
i < facecount1))
splitted[j]->m_belong_to_final = TrimmedFace::BELONG;
- if (operation == BOOLEAN_UNION)
+ if (operation == BOOLEAN_DIFF)
splitted[j]->m_rev = true;
}
#if USE_CONNECTIVITY_GRAPH
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits