mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0027685: Visualization of a shape imported from IGES hangs
Adding test case
This commit is contained in:
parent
c2a25d522b
commit
eec6e810f1
18
tests/bugs/mesh/bug27685
Normal file
18
tests/bugs/mesh/bug27685
Normal file
@ -0,0 +1,18 @@
|
||||
puts "======="
|
||||
puts "0027685: Visualization of a shape imported from IGES hangs"
|
||||
puts "======="
|
||||
puts ""
|
||||
|
||||
pload XDE
|
||||
|
||||
igesread [locate_data_file bug27685_MyShoeLast.igs] result *
|
||||
incmesh result 0.9363477928 -a 20
|
||||
|
||||
vinit
|
||||
vsetdispmode 1
|
||||
vdefaults -autoTriang 0
|
||||
vdisplay result
|
||||
vfit
|
||||
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user