mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
Test for 0022283: Problem with reading of attached IGES file.
This commit is contained in:
parent
7f5945d688
commit
5a7e1e7d00
22
tests/bugs/iges/bug22283
Normal file
22
tests/bugs/iges/bug22283
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
puts "========"
|
||||||
|
puts "OCC22283"
|
||||||
|
puts "========"
|
||||||
|
puts ""
|
||||||
|
##########################################################################
|
||||||
|
# Problem with reading of attached IGES file
|
||||||
|
##########################################################################
|
||||||
|
|
||||||
|
igesbrep [locate_data_file bug22283_Mtwz_Training_Part.iges] a *
|
||||||
|
tpcompound result
|
||||||
|
|
||||||
|
checkprops result -s 46235.4
|
||||||
|
checkshape result
|
||||||
|
|
||||||
|
set nbshapes_expected "
|
||||||
|
Number of shapes in shape
|
||||||
|
EDGE : 1380
|
||||||
|
WIRE : 209
|
||||||
|
FACE : 167
|
||||||
|
"
|
||||||
|
checknbshapes result -ref ${nbshapes_expected} -t -m "importing file"
|
||||||
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user