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