mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0032108: Modeling Algorithms - BRepAlgoAPI_Section is too slow
Fixed by 0029711. Integrating test case only.
This commit is contained in:
parent
4551e1be75
commit
a36a30b724
21
tests/bugs/modalg_7/bug32108
Normal file
21
tests/bugs/modalg_7/bug32108
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
puts "============================================================================================="
|
||||||
|
puts "0032108: Modeling Algorithms - BRepAlgoAPI_Section is too slow"
|
||||||
|
puts "============================================================================================="
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file bug32108_H502.brep] s1
|
||||||
|
restore [locate_data_file bug32108_z.brep] s2
|
||||||
|
|
||||||
|
dchrono h restart
|
||||||
|
bsection result s1 s2 -na
|
||||||
|
dchrono h stop counter SECTION_NO_APPROX
|
||||||
|
|
||||||
|
dchrono h restart
|
||||||
|
bsection result1 s1 s2
|
||||||
|
dchrono h stop counter SECTION_WITH_APPROX
|
||||||
|
|
||||||
|
checksection result -r 0
|
||||||
|
checkprops result -l 9.15304
|
||||||
|
checkprops result1 -l 9.15304
|
||||||
|
|
||||||
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user