mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
38 lines
789 B
Plaintext
Executable File
38 lines
789 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC6766"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Invalid result of intersection of a bspline face with a plane
|
|
#######################################################################################
|
|
|
|
set BugNumber OCC6766
|
|
|
|
restore [locate_data_file OCC6766.brep] a
|
|
decho off
|
|
set che_a [checkshape a]
|
|
decho on
|
|
if { [regexp {Faulty} $che_a] } {
|
|
puts "Faulty ${BugNumber} : checkshape is wrong for a"
|
|
}
|
|
|
|
set Y 6
|
|
plane pl 0 ${Y} 0 0 1 0
|
|
mkface f pl
|
|
bop a f
|
|
bopsection result
|
|
|
|
|
|
set nb_v_good 4
|
|
set nb_e_good 3
|
|
set nb_w_good 0
|
|
set nb_f_good 0
|
|
set nb_sh_good 0
|
|
set nb_sol_good 0
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 8
|
|
|
|
set length 126.138
|
|
set 2dviewer 0
|