0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / step / bug27251
CommitLineData
340054e1 1puts "TODO OCC27251 All: Faulty shapes in variables faulty_1 to faulty_"
2
3puts "============"
4puts "OCC27251"
5puts "============"
6puts ""
7###############################################################
8# Shape becomes invalid when exported to STEP and imported back
9###############################################################
10
11restore [locate_data_file bug27251_cc.brep] c
12whatis c
13checkshape c
14
15set aFile ${imagedir}/bug27251.stp
16catch { file delete ${aFile} }
17
18stepwrite 0 c ${aFile}
19
20stepread ${aFile} result *
21whatis result_1
22checkshape result_1
23
24checkview -display c -2d -path ${imagedir}/${test_image}_1.png
25checkview -display result_1 -2d -path ${imagedir}/${test_image}_2.png