Integration part of tests of grid chl
[occt.git] / tests / bugs / moddata / bug65
1 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
2 puts "TODO OCC12345 ALL: Error : The command is not valid. The volume is 0."
3 puts "TODO OCC12345 ALL: Error : The volume of result shape is 0"
4
5 puts "================"
6 puts "BUC61023"
7 puts "OCC65"
8 puts "================"
9 puts ""
10 ###############################################
11 ## Possibility to make a revolution to have a solid with a volume=0 m3 
12 ###############################################
13
14 restore [locate_data_file OCC65.brep] sh 
15 puts [checkshape sh]
16
17 revol result sh 0 0 0 0 0 1 360
18
19 puts [checkshape result]
20
21 set check_square 1
22 set volume 10
23 set 2dviewer 0
24
25
26