]> OCCT Git - occt-copy.git/commit
0029257: GeomPlate generates surface in unexpected place CR29257_1
authormsv <msv@opencascade.com>
Tue, 24 Oct 2017 12:01:49 +0000 (15:01 +0300)
committermsv <msv@opencascade.com>
Tue, 14 Nov 2017 06:47:09 +0000 (09:47 +0300)
commit9e5aec8af6043c502617a13d3b64ac8a613ce63b
tree59ff7ebd148ae753d0eca2a2dbbaa2df075da95b
parentdaf73ab7c996c96a03869b931988b8dd25aef2c2
0029257: GeomPlate generates surface in unexpected place

Treatment of the parameter EnlargeCoeff in the constructor of GeomPlate_MakeApprox has been corrected. Now the bounds of the result surface are correctly enlarged.

The new draw command 'pullupface' has been implemented to check behavior of GeomPlate.

The test case "perf modalg bug453_2" has been corrected. Now the area is computed the same on both Linux and Windows.
src/BRepTest/BRepTest_FillingCommands.cxx
src/GeomPlate/GeomPlate_MakeApprox.cxx
tests/bugs/modalg_7/bug29257_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug29257_2 [new file with mode: 0644]
tests/perf/modalg/bug453_2