mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027626: Attempt to display shape in 3d leads to very long calculation loop
Added test case bugs/mesh/bug27626 Small correction of test case for issue CR27626
This commit is contained in:
parent
8b1e055f0b
commit
0766573201
28
tests/bugs/mesh/bug27626
Executable file
28
tests/bugs/mesh/bug27626
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
puts "=========="
|
||||||
|
puts "OCC27626"
|
||||||
|
puts "=========="
|
||||||
|
puts ""
|
||||||
|
#######################################################################
|
||||||
|
# Attempt to display shape in 3d leads to very long calculation loop
|
||||||
|
#######################################################################
|
||||||
|
pload XDE
|
||||||
|
igesread [locate_data_file bug27626_badfil.igs] a *
|
||||||
|
|
||||||
|
tclean a
|
||||||
|
vinit
|
||||||
|
vsetdispmode 1
|
||||||
|
|
||||||
|
dchrono h reset
|
||||||
|
dchrono h start
|
||||||
|
#
|
||||||
|
# DISPLAY OPERATION ----- START
|
||||||
|
#
|
||||||
|
vdisplay a
|
||||||
|
#
|
||||||
|
# DISPLAY OPERATION ----- FINISH
|
||||||
|
#
|
||||||
|
dchrono h stop
|
||||||
|
dchrono h show
|
||||||
|
|
||||||
|
vfit
|
||||||
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user