mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0026663: Test cases for BRepOffset_Makeoffset
This commit is contained in:
parent
66a9b817db
commit
e9102e9968
@ -96,6 +96,9 @@ if { [isdraw result] && $mist == 0} {
|
||||
puts "The resulting shape contains $ll_w wires"
|
||||
}
|
||||
}
|
||||
} elseif {[info exists command] && [string compare $command "withintersect"] == 0} {
|
||||
regexp {Mass +: +([-0-9.+eE]+)} [sprops result] full m
|
||||
checkshape result
|
||||
} else {
|
||||
regexp {Mass +: +([-0-9.+eE]+)} [vprops s] full sm
|
||||
regexp {Mass +: +([-0-9.+eE]+)} [vprops result] full m
|
||||
@ -123,14 +126,15 @@ if { [isdraw result] && $mist == 0} {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if { $volume > 0 } {
|
||||
puts "The expected volume is $volume"
|
||||
}
|
||||
#check of change of volume is < 1%
|
||||
if { ($volume > 0 && [expr 1.*abs($volume - $m)/$volume] > 0.01) || ($volume == 0 && $m != 0 && $sm != $m) } {
|
||||
puts "Error : The volume of the resulting shape is $m"
|
||||
}
|
||||
if {[info exists volume]} {
|
||||
if { $volume > 0 } {
|
||||
puts "The expected volume is $volume"
|
||||
}
|
||||
#check of change of volume is < 1%
|
||||
if { ($volume > 0 && [expr 1.*abs($volume - $m)/$volume] > 0.01) || ($volume == 0 && $m != 0 && $sm != $m) } {
|
||||
puts "Error : The volume of the resulting shape is $m"
|
||||
}
|
||||
}
|
||||
}
|
||||
if { $m > 0 } {
|
||||
clear
|
||||
|
@ -13,3 +13,5 @@
|
||||
013 wire_unclosed_outside_0_005
|
||||
014 wire_unclosed_outside_0_025
|
||||
015 wire_unclosed_outside_0_075
|
||||
016 with_intersect_20
|
||||
017 with_intersect_80
|
4
tests/offset/with_intersect_20/A1
Normal file
4
tests/offset/with_intersect_20/A1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A2
Normal file
4
tests/offset/with_intersect_20/A2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A3
Normal file
4
tests/offset/with_intersect_20/A3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A4
Normal file
4
tests/offset/with_intersect_20/A4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A5
Normal file
4
tests/offset/with_intersect_20/A5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A6
Normal file
4
tests/offset/with_intersect_20/A6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A7
Normal file
4
tests/offset/with_intersect_20/A7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A8
Normal file
4
tests/offset/with_intersect_20/A8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/A9
Normal file
4
tests/offset/with_intersect_20/A9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_A9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B1
Normal file
4
tests/offset/with_intersect_20/B1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B2
Normal file
4
tests/offset/with_intersect_20/B2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B3
Normal file
4
tests/offset/with_intersect_20/B3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B4
Normal file
4
tests/offset/with_intersect_20/B4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B5
Normal file
4
tests/offset/with_intersect_20/B5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B6
Normal file
4
tests/offset/with_intersect_20/B6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B7
Normal file
4
tests/offset/with_intersect_20/B7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/B9
Normal file
4
tests/offset/with_intersect_20/B9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_B9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C1
Normal file
4
tests/offset/with_intersect_20/C1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C2
Normal file
4
tests/offset/with_intersect_20/C2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C3
Normal file
4
tests/offset/with_intersect_20/C3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C4
Normal file
4
tests/offset/with_intersect_20/C4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C5
Normal file
4
tests/offset/with_intersect_20/C5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C6
Normal file
4
tests/offset/with_intersect_20/C6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C7
Normal file
4
tests/offset/with_intersect_20/C7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C8
Normal file
4
tests/offset/with_intersect_20/C8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/C9
Normal file
4
tests/offset/with_intersect_20/C9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_C9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D1
Normal file
4
tests/offset/with_intersect_20/D1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D2
Normal file
4
tests/offset/with_intersect_20/D2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D3
Normal file
4
tests/offset/with_intersect_20/D3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D4
Normal file
4
tests/offset/with_intersect_20/D4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D5
Normal file
4
tests/offset/with_intersect_20/D5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D6
Normal file
4
tests/offset/with_intersect_20/D6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D7
Normal file
4
tests/offset/with_intersect_20/D7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D8
Normal file
4
tests/offset/with_intersect_20/D8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/D9
Normal file
4
tests/offset/with_intersect_20/D9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_D9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E1
Normal file
4
tests/offset/with_intersect_20/E1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E2
Normal file
4
tests/offset/with_intersect_20/E2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E3
Normal file
4
tests/offset/with_intersect_20/E3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E4
Normal file
4
tests/offset/with_intersect_20/E4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E5
Normal file
4
tests/offset/with_intersect_20/E5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E6
Normal file
4
tests/offset/with_intersect_20/E6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E7
Normal file
4
tests/offset/with_intersect_20/E7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E8
Normal file
4
tests/offset/with_intersect_20/E8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/E9
Normal file
4
tests/offset/with_intersect_20/E9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_E9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F1
Normal file
4
tests/offset/with_intersect_20/F1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F2
Normal file
4
tests/offset/with_intersect_20/F2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F3
Normal file
4
tests/offset/with_intersect_20/F3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F4
Normal file
4
tests/offset/with_intersect_20/F4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F5
Normal file
4
tests/offset/with_intersect_20/F5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F6
Normal file
4
tests/offset/with_intersect_20/F6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F7
Normal file
4
tests/offset/with_intersect_20/F7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F8
Normal file
4
tests/offset/with_intersect_20/F8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/F9
Normal file
4
tests/offset/with_intersect_20/F9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_F9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G1
Normal file
4
tests/offset/with_intersect_20/G1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G2
Normal file
4
tests/offset/with_intersect_20/G2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G3
Normal file
4
tests/offset/with_intersect_20/G3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G4
Normal file
4
tests/offset/with_intersect_20/G4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G5
Normal file
4
tests/offset/with_intersect_20/G5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G6
Normal file
4
tests/offset/with_intersect_20/G6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G7
Normal file
4
tests/offset/with_intersect_20/G7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/G9
Normal file
4
tests/offset/with_intersect_20/G9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_G9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H1
Normal file
4
tests/offset/with_intersect_20/H1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H2
Normal file
4
tests/offset/with_intersect_20/H2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H3
Normal file
4
tests/offset/with_intersect_20/H3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H4
Normal file
4
tests/offset/with_intersect_20/H4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H5
Normal file
4
tests/offset/with_intersect_20/H5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H6
Normal file
4
tests/offset/with_intersect_20/H6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H7
Normal file
4
tests/offset/with_intersect_20/H7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H8
Normal file
4
tests/offset/with_intersect_20/H8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/H9
Normal file
4
tests/offset/with_intersect_20/H9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_H9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I1
Normal file
4
tests/offset/with_intersect_20/I1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I2
Normal file
4
tests/offset/with_intersect_20/I2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I4
Normal file
4
tests/offset/with_intersect_20/I4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I5
Normal file
4
tests/offset/with_intersect_20/I5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I6
Normal file
4
tests/offset/with_intersect_20/I6
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I7
Normal file
4
tests/offset/with_intersect_20/I7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I8
Normal file
4
tests/offset/with_intersect_20/I8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/I9
Normal file
4
tests/offset/with_intersect_20/I9
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_I9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J1
Normal file
4
tests/offset/with_intersect_20/J1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J2
Normal file
4
tests/offset/with_intersect_20/J2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J3
Normal file
4
tests/offset/with_intersect_20/J3
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J4
Normal file
4
tests/offset/with_intersect_20/J4
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J5
Normal file
4
tests/offset/with_intersect_20/J5
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/J6
Normal file
7
tests/offset/with_intersect_20/J6
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_J6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/J7
Normal file
4
tests/offset/with_intersect_20/J7
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_J7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/J8
Normal file
7
tests/offset/with_intersect_20/J8
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_J8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
6
tests/offset/with_intersect_20/J9
Normal file
6
tests/offset/with_intersect_20/J9
Normal file
@ -0,0 +1,6 @@
|
||||
puts "TODO OCC26577 All: Error : is WRONG because number of EDGE entities in shape"
|
||||
puts "TODO OCC26577 All: Error : is WRONG because number of SHELL entities in shape"
|
||||
restore [locate_data_file bug26663_test_offset_J9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/K1
Normal file
4
tests/offset/with_intersect_20/K1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_K1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/K2
Normal file
4
tests/offset/with_intersect_20/K2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_K2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K3
Normal file
7
tests/offset/with_intersect_20/K3
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K3.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K4
Normal file
7
tests/offset/with_intersect_20/K4
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K4.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K5
Normal file
7
tests/offset/with_intersect_20/K5
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K5.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K6
Normal file
7
tests/offset/with_intersect_20/K6
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K6.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K7
Normal file
7
tests/offset/with_intersect_20/K7
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K7.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/K8
Normal file
4
tests/offset/with_intersect_20/K8
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_K8.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
7
tests/offset/with_intersect_20/K9
Normal file
7
tests/offset/with_intersect_20/K9
Normal file
@ -0,0 +1,7 @@
|
||||
puts "TODO OCC26528 All: ERROR. Degenerated normal on input data."
|
||||
puts "TODO OCC26528 All: Error : command \\\"nbshapes result\\\" gives an empty result"
|
||||
puts "TODO OCC26528 All:TEST INCOMPLETE"
|
||||
restore [locate_data_file bug26663_test_offset_K9.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/L1
Normal file
4
tests/offset/with_intersect_20/L1
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_L1.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
4
tests/offset/with_intersect_20/L2
Normal file
4
tests/offset/with_intersect_20/L2
Normal file
@ -0,0 +1,4 @@
|
||||
restore [locate_data_file bug26663_test_offset_L2.brep] s
|
||||
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
|
||||
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user