1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_4/bug8842_1
abk 8415a280ed Tolerance post Build (Perform) fix was changed for BRepOffset_MakeOffset.
Standard_Boolean parameter theCopy with default value Standard_False was
added to methods LocOpe_WiresOnShape::Bind to determine whether bind
passing shape or its copy.

Tolerance post Build (Perform) fix was created for
- BiTgte_Blend,
- LocOpe_Spliter.

Commands checkshape were added to tests:
- bugs modalg_2 bug22864,
-               bug22946,
-      modalg_4 bug8842_1.

Minor change in BRepFeat_SplitShape.cxx.
2013-03-14 16:57:54 +04:00

53 lines
1.0 KiB
Plaintext
Executable File

puts "============"
puts "OCC8842"
puts "============"
puts ""
#######################################################################
# Errors in Offset Shape algorithm working with bspline and surface of revolution
#######################################################################
set BugNumber OCC8842
if {[info commands testreadiges] == ""} {pload XSDRAW}
proc myoffset {result sh val tan} {
if {$tan == 1} {
offsetparameter 1e-7 p i
} else {
offsetparameter 1e-7 p a
}
uplevel offsetload $sh $val
uplevel offsetperform $result
}
testreadiges [locate_data_file OCC8842_cone_CATIA.igs] a1
checkshape a1
sewing con1 a1
checkshape con1
# join type Arc
puts "***** offsetting with join type Arc"
puts " cone_CATIA + 5"
if [catch { myoffset result con1 5 0 } catch_result] {
puts "${BugNumber}: Faulty (1)"
} else {
checkshape result
set square 32396.2
set nb_v_good 5
set nb_e_good 8
set nb_w_good 4
set nb_f_good 4
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 23
}
set 2dviewer 0