mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
20 lines
445 B
Plaintext
20 lines
445 B
Plaintext
puts "========="
|
|
puts "OCC26372"
|
|
puts "========="
|
|
puts ""
|
|
#########################################################
|
|
# Meshing of surface of revolution fails in debug mode
|
|
#########################################################
|
|
|
|
restore [locate_data_file bug26372_RP.brep] result
|
|
|
|
incmesh result 0.1
|
|
|
|
checktrinfo result -tri 1055 -nod 537
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode 1
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|