0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug6450_1
CommitLineData
61c421bf 1puts "============"
2puts "OCC6450"
3puts "============"
4puts ""
5######################################################
6# Cannot get common part of two parallel halfspaces
7######################################################
8
9set BugNumber OCC6450
10
11plane pl 100 0 0 1 0 0
12mkface f pl
13halfspace so1 f 0 0 0
14ttranslate f -200 0 0
15halfspace so2 f 0 0 0
16bcommon result so1 so2
17if {[dtyp result] == ""} {
18 puts "Faulty ${BugNumber}: operation failed"
19} else {
20 puts "OK ${BugNumber}"
21}
22
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 24