0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_7 / bug28640
1 puts "TODO OCC28640 ALL: Faulty shapes in variables faulty_1"
2
3 puts "========"
4 puts "OCC28640"
5 puts "========"
6 puts ""
7 ##############################################
8 # BRepBuilderAPI_Transform build invalid shape
9 ##############################################
10
11 restore [locate_data_file bug28640_origin_copy.brep] a
12
13 smallview
14 display a
15 front
16 fit
17
18 vinit
19 vsetdispmode 1
20 vdisplay a
21 vfront
22 vfit
23
24 #
25
26 tmirror a 0 0 0 1 0 0
27
28 checkshape a
29
30 display a
31 fit
32 checkview -screenshot -2d -path ${imagedir}/${test_image}-mirror-2d.png
33
34 vclear
35 vdisplay a
36 vfit
37 checkview -screenshot -3d -path ${imagedir}/${test_image}-mirror-3d.png