0028949: BRepOffsetAPI_MakePipe Generated() method produces no result for spine edges
authorjgv <jgv@opencascade.com>
Thu, 13 Sep 2018 13:17:21 +0000 (16:17 +0300)
committerbugmaster <bugmaster@opencascade.com>
Mon, 24 Sep 2018 14:54:57 +0000 (17:54 +0300)
commita922aab52c2f34b20bab68ba3c6b63caa9063b90
treedc89a264ef53d834dada0f55a31c7aa3c09ef5c5
parent4ba5491a5086e36ca655c2db882d37308e4ff575
0028949: BRepOffsetAPI_MakePipe Generated() method produces no result for spine edges

Add history for subshapes of spine: edges and vertices. Each edge of spine generates a shell. Each vertex of spine generates a set of edges and, possibly, faces (in the case of Round Corner).
14 files changed:
src/BRepFill/BRepFill_PipeShell.cxx
src/BRepFill/BRepFill_PipeShell.hxx
src/BRepFill/BRepFill_Sweep.cxx
src/BRepFill/BRepFill_TrimShellCorner.cxx
src/BRepFill/BRepFill_TrimShellCorner.hxx
src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx
src/BRepTest/BRepTest_SweepCommands.cxx
tests/bugs/modalg_7/bug28949_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_3 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_4 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_5 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_6 [new file with mode: 0644]
tests/bugs/modalg_7/bug28949_7 [new file with mode: 0644]