0029484: Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
[occt.git] / tests / bugs / modalg_7 / bug24215
CommitLineData
2508ca8e 1puts "TODO OCC24215 ALL: ERROR: OCC24215 is reproduced."
2
3puts "========"
4puts "OCC24215"
5puts "========"
6puts ""
7###############################
8# Error in offset (bad curve)
9###############################
10
11restore [locate_data_file bug24215_face-10-012.brep] f
12
13mkoffset o f 1 0.4
14
15set bug_info [lprops o_1]
16
17# Length of o_1 SHOULD be less 58.8412 because offset is wrong and consists loop
18# "if" statement SHOULD be corrected than issue will be fixed
19if {[lindex $bug_info 2] == 58.8412} {
20 puts "ERROR: OCC24215 is reproduced."
21}
22
23vinit
24vdisplay f
25vdisplay o_1
26vfit
27checkview -screenshot -3d -path ${imagedir}/${test_image}.png