mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Method EstimateDeflection has been added to BRepLib in order to check and update value of deflection provided by Poly_Triangulation; Introduction of Poly_TriangulationParameters intended to keep info about initial parameters of mesh stored by Poly_Triangulation; BRepMesh stores user-specified parameters to Poly_Triangulation via Poly_TriangulationParameters; Prefer initial parameters of mesh generator stored in Poly_Triangulation during check of mesh consistency.
20 lines
433 B
Plaintext
20 lines
433 B
Plaintext
puts "========="
|
|
puts "0023795: Performance regression of meshing"
|
|
puts "========="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug23795_s.brep] result
|
|
|
|
dchrono t restart
|
|
incmesh result 0.1
|
|
dchrono t stop counter MeshBug23795
|
|
|
|
checktrinfo result -tri 10992 -nod 11016 -defl 0.99900001814148409 -tol_abs_defl 1e-6
|
|
|
|
vinit
|
|
vdefaults -autoTriang 0
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|