0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug641
CommitLineData
352ffd73 1puts "================"
2puts "OCC641"
3puts "SAM1559"
4puts "================"
5puts ""
6#################################################
7## Exception during attemption to display shape ==>SAM1559 (#2901)
8#################################################
9
10restore [locate_data_file OCC641.brep] a
11
12vinit
13vdisplay a
14vfit
15
16copy a b
17
18if [catch {tmirror result 0 0 0 0 1 0 } res] {
19 puts "Error : function tmirror works wrongly"
20} else {
21 if [catch { vdisplay result } res] {
22 puts "Error : result shape is displaed wrongly"
23 }
24 vfit
25}
26
27set only_screen 1
28