Revision: 74281
http://sourceforge.net/p/brlcad/code/74281
Author: starseeker
Date: 2019-10-31 20:53:45 +0000 (Thu, 31 Oct 2019)
Log Message:
-----------
Probably not the validity issue, but need to adjust order of processing for
edges.
Modified Paths:
--------------
brlcad/trunk/src/libbrep/cdt_ovlps.cpp
Modified: brlcad/trunk/src/libbrep/cdt_ovlps.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_ovlps.cpp 2019-10-31 20:50:51 UTC (rev
74280)
+++ brlcad/trunk/src/libbrep/cdt_ovlps.cpp 2019-10-31 20:53:45 UTC (rev
74281)
@@ -2380,6 +2380,9 @@
if (t1len < t2len) split_t1 = false;
if (t2len < t1len) split_t2 = false;
+ // TODO -need to sort the uedges by longest edge length for this,
if possible (probably
+ // should be doing that anyway...) Want to get the longest edges
first
+
// Mesh 1, triangle 1
if (split_t1) {
std::set<cdt_mesh::uedge_t> uedges1 = omesh1->fmesh->uedges(t1);
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