]> OCCT Git - occt.git/commit
0029135: 3D Offset algorithm produces a NULL shape
authoremv <emv@opencascade.com>
Thu, 28 Sep 2017 08:02:05 +0000 (11:02 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 6 Oct 2017 07:28:32 +0000 (10:28 +0300)
commitdcba2e5ce32c742077191284faf8135512e6d7f3
treee4abd48a29d13106a101d671f7159ead27942fb8
parent68beaa3c57686339f880f401595f493bb2700a47
0029135: 3D Offset algorithm produces a NULL shape

UpdateValidEdges in BRepOffset_MakeOffset_1 - Perform the filtering of splits of the edges in two stages:
1. Separate filtering of the connected blocks using localized bounding edges taken only from the splits of offset faces from the block;
2. Combined treatment of the remaining splits using bounding edges from the splits of all offset faces.
src/BRepOffset/BRepOffset_MakeOffset_1.cxx
tests/offset/shape_type_i_c/XO4 [new file with mode: 0644]
tests/offset/shape_type_i_c/XO5 [new file with mode: 0644]
tests/offset/shape_type_i_c/XO6 [new file with mode: 0644]
tests/offset/shape_type_i_c/XO7 [new file with mode: 0644]
tests/offset/shape_type_i_c/XO8 [new file with mode: 0644]
tests/offset/shape_type_i_c/XO9 [new file with mode: 0644]