1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-25 12:04:07 +03:00
occt/tests/bugs/mesh/bug26889
drazmyslovich 3e782664b8 0029715: Mesh - Estimate the grid size of the acceleration structure by the complexity of the face
The circles acceleration structure sizes are estimated using the required deflection and the complexity of the face.
2018-05-25 21:54:56 +03:00

27 lines
470 B
Plaintext

puts "========="
puts "CR26889"
puts "========="
puts ""
###############################################
# Very poor mesh result from shape
###############################################
pload XDE
stepread [locate_data_file bug26889_export.step] a *
dlog reset
dlog on
dchrono t restart
incmesh a_1 0.1 1
dchrono t stop counter incmesh
checktrinfo a_1 -tri -nod
vinit
vsetdispmode 1
vdisplay a_1
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png