Revision: 73814
          http://sourceforge.net/p/brlcad/code/73814
Author:   starseeker
Date:     2019-09-01 12:24:26 +0000 (Sun, 01 Sep 2019)
Log Message:
-----------
Probably need to check for close neighbor loops when splitting edge segments.

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

Modified: brlcad/trunk/src/libbrep/cdt2.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt2.cpp   2019-09-01 00:33:49 UTC (rev 73813)
+++ brlcad/trunk/src/libbrep/cdt2.cpp   2019-09-01 12:24:26 UTC (rev 73814)
@@ -1093,6 +1093,10 @@
        }
     }
 
+    // TODO - there is one other situation where we may need to break edges 
down further - when a long edge
+    // segment is in close proximity (relative to it's length) to an interior 
loop that is more finely broken
+    // down than its neighbor.
+
     // Now, process the linear edges
     for (int index = 0; index < brep->m_E.Count(); index++) {
        ON_BrepEdge& edge = brep->m_E[index];

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