0025106: Command "splitshape" does not split attached face by attached edge
[occt.git] / tests / bugs / modalg_5 / bug24086
CommitLineData
69fd2d1b 1puts "TODO OCC24086 Debian60-64 Windows: Error: result shape is invalid"
2
3puts "============"
4puts "OCC24086"
5puts "============"
6puts ""
7#########################################################################
8# IsValid of result-Shape of BRepFeat_SplitShape returns False
9#########################################################################
10
11pload QAcommands
12
13restore [locate_data_file bug24086_face.brep] face
14restore [locate_data_file bug24086_wire.brep] wire
15
16vinit
17set info [OCC24086 face wire]
18if { [regexp "INVALID" $info] == 1 } {
19 puts "Error: result shape is invalid"
20} else {
21 puts "OK: result shape is valid"
22}
23
24vfit
25vdisplay face
26vdisplay wire
27
28set only_screen 1
29
30
31
32
33
34
35