0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / bug23644
CommitLineData
4bd102b8 1puts "========"
2puts "CR23644"
3puts "========"
4
5##########################################
6## Intersection between coaxial cones produces exception
7##########################################
8
9pcone cn1 10 0 20
10pcone cn2 20 0 20
11explode cn1 f
12explode cn2 f
13copy cn1_1 f1
14copy cn2_1 f2
15
16if [catch {bopcurves f1 f2} BOPLog] {
17 if { [regexp "Tolerance Reached=0\n has no 3d curve" ${BOPLog}] != 1 } {
18 puts "CR23644: Error"
19 }
20}