0025423: Incorrect result of splitting some shapes
[occt.git] / tests / bugs / modalg_6 / bug25220
CommitLineData
87b48b40 1puts "============"
2puts "OCC25220"
3puts "============"
4puts ""
5######################################################
6# Using BRepFill_OffsetWire withs wires containing arc edges throws exception "Standard_NullValue"
7######################################################
8
9restore [locate_data_file bug25220.brep] a
10
11mkoffset r a 1 -5
12
13checkprops r_1 -l 939.882
14
15set info [checksection r_1]
16
17if { [regexp "nb alone Vertices : 0" ${info}] != 1 } {
18 puts "Error: Result of offset is incorrect"
19} else {
20 puts "OK : Result of offset is correct"
21}
22
23smallview
24fit
25checkview -screenshot -2d -path ${imagedir}/${casename}.png