]> OCCT Git - occt-copy.git/commit
0024851: Extra vertex is in the result of Boolean Fuse Operation
authorpkv <pkv@opencascade.com>
Thu, 17 Apr 2014 12:22:10 +0000 (16:22 +0400)
committerabv <abv@opencascade.com>
Mon, 21 Apr 2014 07:30:43 +0000 (11:30 +0400)
commit6b533a89c6898be149222041207b60fea238d3aa
treed55a727bbc0c66952402113f339b1f9bc43151ca
parent219991ccfafbdcb9f1e122487ed7ff1f3feb28fb
0024851: Extra vertex is in the result of Boolean Fuse Operation

class IntTools_FaceFace
   - statc function:
void CorrectSurfaceBoundaries(const TopoDS_Face&  theFace,
                              const Standard_Real theTolerance,
                              Standard_Real&      theumin,
                              Standard_Real&      theumax,
                              Standard_Real&      thevmin,
                              Standard_Real&      thevmax)
The faces based on cylidrical surface has been added to the list of candidates to extend the boundaries

Test case for issue CR24851
src/IntTools/IntTools_FaceFace.cxx
tests/bugs/modalg_5/bug24851 [new file with mode: 0644]