]> OCCT Git - occt-copy.git/commit
0024655: Boolean common produces incorrect result
authorpkv <pkv@opencascade.com>
Thu, 27 Feb 2014 14:15:55 +0000 (18:15 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:43:16 +0000 (16:43 +0400)
commit71d986b3bdf091da364e9a090d07ab4107365770
treea8d0323e1d7f752bb4e9c62d3f20d8407c975c4b
parent5df5adf23b2a2dc6f75a836159d9e253e8c00fab
0024655: Boolean common produces incorrect result

class BOPAlgo_WireSplitter
   - method:
void BOPAlgo_WireSplitter::SplitBlock
                 (const TopoDS_Face& myFace,
                   BOPTools_ConnexityBlock& aCB);

 - static functions:
void RefineAngles(const TopoDS_Face& myFace,
                  const BOPCol_ListOfShape& myEdges,
                  BOPAlgo_IndexedDataMapOfShapeListOfEdgeInfo& mySmartMap);

void RefineAngles(const TopoDS_Vertex& aV,
                  const TopoDS_Face& myFace,
                  const BOPCol_MapOfShape& aMBE,
                  BOPAlgo_ListOfEdgeInfo& aLEI);

Standard_Boolean RefineAngle2D(const TopoDS_Vertex& aV,
                               const TopoDS_Edge& aE,
                               const TopoDS_Face& myFace,
                               const Standard_Real aA1,
                               const Standard_Real aA2,
                               Standard_Real& aA);

The treatment p-curves convergent in node.
The refining the angles of p-curves taking into account
bounging curves if exist.

Test case for issue CR24655
src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx
tests/bugs/modalg_5/bug24655 [new file with mode: 0644]