1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
oan
c62618cd60 0023581: [Regression] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1
Added test case.
2019-03-12 16:59:31 +03:00
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
puts "======="
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
puts "======="
puts ""
restore [locate_data_file f1.brep] result
tclean result
incmesh result 15
checktrinfo result -tri 17682 -nod 16483

View File

@@ -0,0 +1,10 @@
puts "======="
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
puts "======="
puts ""
restore [locate_data_file shaver.brep] result
tclean result
incmesh result 0.68
checktrinfo result -tri 21870 -nod 23655

View File

@@ -0,0 +1,10 @@
puts "======="
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
puts "======="
puts ""
restore [locate_data_file cylinder_head.brep] result
tclean result
incmesh result 0.74
checktrinfo result -tri 39342 -nod 31984