mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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
42 lines
686 B
Plaintext
Executable File
42 lines
686 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " BUC60706 "
|
|
puts " OCC110 "
|
|
puts "(cases 1-3)"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60706a.brep] f
|
|
checkshape f
|
|
|
|
restore [locate_data_file buc60706b.brep] w
|
|
checkshape w
|
|
pipe t w f
|
|
|
|
restore [locate_data_file buc60706c.brep] s
|
|
checkshape s
|
|
|
|
bcut res_1 s t
|
|
checkshape res_1
|
|
|
|
restore [locate_data_file buc60706d.brep] f
|
|
checkshape f
|
|
|
|
restore [locate_data_file buc60706e.brep] w
|
|
checkshape w
|
|
pipe t w f
|
|
|
|
bcut res_2 res_1 t
|
|
checkshape res_2
|
|
|
|
restore [locate_data_file buc60706g.brep] f
|
|
checkshape f
|
|
|
|
restore [locate_data_file buc60706h.brep] w
|
|
checkshape w
|
|
pipe t w f
|
|
|
|
bcut result res_2 t
|
|
|
|
set square 865172
|
|
set 2dviewer 0
|