0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_6 / bug26152_2
1 puts "TODO OCC26152 ALL: Standard_ConstructionError"
2 puts "=========="
3 puts "OCC26152"
4 puts "=========="
5 puts ""
6 ##############################################################
7 # Wrong result obtained by projection algorithm.
8 ##############################################################
9
10 restore [locate_data_file bug26130_projcomp.brep] a
11 explode a
12 explode a_2 e
13
14 mkcurve c a_2_4
15 mksurface s a_2
16
17 catch {project cx c s}