0026310: Very slow boolean cut operations on cylinders
[occt.git] / tests / bugs / modalg_5 / bug23249
1 puts "=========="
2 puts "OCC23249"
3 puts "=========="
4 puts ""
5 #############################################################
6 # BRepFeat_SplitShape could not split a simple face by edge
7 #############################################################
8
9 restore [locate_data_file bug23249_Face2.brep] f
10 restore [locate_data_file bug23249_Edge2.brep] e
11
12 splitshape r f f e
13 fixshape result r
14 checkshape result
15
16 set 2dviewer 1