]> OCCT Git - occt-copy.git/commit
0030522: Modeling Algorithms - BRepBuilderAPI_MakeWire produces different wires depen...
authoremv <emv@opencascade.com>
Mon, 18 Mar 2019 07:46:27 +0000 (10:46 +0300)
committeremv <emv@opencascade.com>
Mon, 18 Mar 2019 07:46:27 +0000 (10:46 +0300)
commitfde63ce40bee63abac23cab7811694b2dbead506
treebd3d7a736c50144a75bc7f2a5826ff3c24c81a6b
parentbdb1db500eec88dbd5a651109d64219cecc12011
0030522: Modeling Algorithms - BRepBuilderAPI_MakeWire produces different wires depending on the order of parameters

The following improvement has been implemented in BRepLib_MakeWire class to make it more reliable:
1. Quit adding edges of a wire into result if the current edges have not been added. Return NotDone status.

Test case for the issue.
src/BRepLib/BRepLib_MakeWire.cxx
tests/bugs/modalg_7/bug30522 [new file with mode: 0644]