]> OCCT Git - occt-copy.git/commit
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)
committermpv <mpv@opencascade.com>
Fri, 21 Sep 2018 15:04:50 +0000 (18:04 +0300)
commitc66f6de371aba73e31935348b55c55f0a6df919b
tree952c76984ad32a829721a7822733d01340b329b6
parentde3c0054924a3b8596669ecd4e186620348e4154
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).

(cherry picked from commit fcad97e74bdd3a96f0467188f5468b70cb0e2c81)
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]