mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|