mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
21 lines
591 B
Plaintext
Executable File
21 lines
591 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : The length of result shape is"
|
|
puts "TODO OCC12345 ALL: Error : Result shape is WRONG because it must contains"
|
|
|
|
puts "========================"
|
|
puts " OCC246 "
|
|
puts "========================"
|
|
|
|
#################################################
|
|
## puts " BOPCOMMON case_1_solid.brep and case_1_wire1.brep"
|
|
#################################################
|
|
puts " "
|
|
restore [locate_data_file OCC246a.brep] a
|
|
restore [locate_data_file case_1_wire1.brep] b
|
|
puts [bop a b]
|
|
puts [bopcommon result]
|
|
|
|
set nb_v_good 5
|
|
set nb_e_good 2
|
|
set length 0
|
|
set 2dviewer 0
|