]> OCCT Git - occt-copy.git/commit
0024265: Replacing vertices with tolerance that covers lacking edge by two new vertic...
authoribs <ibs@opencascade.com>
Thu, 17 Oct 2013 11:16:32 +0000 (15:16 +0400)
committeribs <ibs@opencascade.com>
Wed, 9 Apr 2014 12:18:19 +0000 (16:18 +0400)
commit13be7365163355aa8f28e08ba1fadbfa21c1a50f
tree17015a53a4f56d81ea156c0e5fe226d8445ce88f
parent0fbfbd6029c94cc6e65a37616d82c0d09d40374d
0024265: Replacing vertices with tolerance that covers lacking edge by two new vertices and lacking edge

ShapeFix_LackingEdgeRecover was introduced
"fixlackingedges" draw command waas introduced
don't process a vertex if it is shared by more than 2 edges placed on one face;
src/SWDRAW/SWDRAW_ShapeFix.cxx
src/ShapeFix/ShapeFix.cdl
src/ShapeFix/ShapeFix.cxx
src/ShapeFix/ShapeFix_LackingEdgeRecover.cdl [new file with mode: 0644]
src/ShapeFix/ShapeFix_LackingEdgeRecover.cxx [new file with mode: 0644]