0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug24411
1 puts "========"
2 puts "OCC24411"
3 puts "========"
4 puts ""
5 ##############################################################################
6 # SplitShape produces shape with incorrectly parameterized periodic 3D curve
7 ##############################################################################
8
9 restore [locate_data_file OCC24411_bug-ss.brep] s
10
11 explode s
12 splitshape r s_1 s_1 s_2
13 plane pl 0 0 0 0 0 1
14 mkface f pl
15 foreach e [explode r e] {
16   catch {pcurve c_$e $e f}
17 }