0027015: Sewing returns invalid shape if some faces are nearly plane cones
[occt.git] / tests / bugs / modalg_2 / bug305
CommitLineData
9aa684ed 1puts "TODO OCC25919 ALL: Error: Offset is not done."
2puts "TODO OCC25919 ALL: Faulty OCC305 : function MKOFFSET works wrongly"
58cf74e0 3puts "TODO OCC25919 ALL: Error: The command cannot be built"
a87752f3 4
5puts "========"
6puts "OCC305"
7puts "========"
8puts ""
6d368502 9###########################################################
a87752f3 10# BRepOffsetAPI_MakeOffset: problem with offsetting a wire
6d368502 11###########################################################
a87752f3 12
13catch {pload XDE}
14
15restore [locate_data_file OCC305.brep] a
352ffd73 16checkshape a
a87752f3 17
18if [catch {mkoffset result a 1 0.5 } catch_result] {
6d368502 19 puts "Faulty OCC305 : function MKOFFSET works wrongly"
a87752f3 20} else {
6d368502 21 set che [checkshape result]
a87752f3 22}
58cf74e0 23checkprops result -s 0
5747059b 24checkview -display result -2d -path ${imagedir}/${test_image}.png