Revision: 73832
          http://sourceforge.net/p/brlcad/code/73832
Author:   starseeker
Date:     2019-09-05 01:49:12 +0000 (Thu, 05 Sep 2019)
Log Message:
-----------
NIST2 edge 613 and face 493 are giving the triangulation at low splitting 
levels some problems.

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

Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp    2019-09-04 19:49:51 UTC (rev 73831)
+++ brlcad/trunk/src/libbrep/cdt.cpp    2019-09-05 01:49:12 UTC (rev 73832)
@@ -1440,6 +1440,8 @@
 
        // On to tolerance based splitting.  Process the non-linear edges first 
-
        // we will need information from them to handle the linear edges
+       //
+       // TODO - investigate behavior of NIST2 edge 613
        for (int index = 0; index < brep->m_E.Count(); index++) {
            ON_BrepEdge& edge = brep->m_E[index];
            const ON_Curve* crv = edge.EdgeCurveOf();

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to