mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-25 12:04:07 +03:00
The circles acceleration structure sizes are estimated using the required deflection and the complexity of the face.
27 lines
470 B
Plaintext
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
|