]> OCCT Git - occt.git/commit
0029334: Simple offsets complicate geometry
authorabv <abv@opencascade.com>
Mon, 20 Nov 2017 05:51:32 +0000 (08:51 +0300)
committerabv <abv@opencascade.com>
Mon, 2 Sep 2019 05:08:37 +0000 (08:08 +0300)
commit090ef040125d33234fa6110f313987a63b4b8701
tree90cb988733501c4c1cbe27a30066572d79a9e7fd
parenta22151d83cc09ec033357b61d167bea3c9d9a492
0029334: Simple offsets complicate geometry

Method BRepOffset::Surface() is used in simple offset algorithm to create offset surface, instead of direct and unconditional construction of new Geom_OffsetSurface instance.

Added test bugs modalg_7 bug29334
src/BRepOffset/BRepOffset_SimpleOffset.cxx
tests/bugs/modalg_7/bug29334 [new file with mode: 0644]