mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0029415: Data Exchange - Step reader cannot read the surfaces of the main body of the shape
Test for model reading check is added
This commit is contained in:
parent
ef4e5e3bf1
commit
34c407eb34
17
tests/bugs/step/bug29415
Normal file
17
tests/bugs/step/bug29415
Normal file
@ -0,0 +1,17 @@
|
||||
puts "============"
|
||||
puts "0029415: Data Exchange - Step reader cannot read the surfaces of the main body of the shape"
|
||||
puts "============"
|
||||
puts ""
|
||||
|
||||
vclear
|
||||
vinit
|
||||
ReadStep D [locate_data_file bug29415_Test_JT_Part.step]
|
||||
|
||||
XGetOneShape result D
|
||||
|
||||
XDisplay D -dispMode 1
|
||||
vfit
|
||||
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||
checkprops result -v 2.28963e+08
|
||||
checknbshapes result -vertex 5840 -edge 5863 -wire 1215 -face 1181 -shell 1180 -solid 1 -compsolid 0 -compound 15 -shape 15295
|
Loading…
x
Reference in New Issue
Block a user