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
685 B
Plaintext
Executable File
42 lines
685 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " BUC60706 "
|
|
puts " OCC110 "
|
|
puts "(case 7-9)"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60706s.brep] f
|
|
checkshape f
|
|
|
|
restore [locate_data_file buc60706b.brep] w
|
|
checkshape w
|
|
pipe t w f
|
|
|
|
restore [locate_data_file buc60706l.brep] s
|
|
checkshape s
|
|
|
|
bcut res_1 s t
|
|
checkshape res_1
|
|
|
|
restore [locate_data_file buc60706v.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 buc60706x.brep] f
|
|
checkshape f
|
|
|
|
restore [locate_data_file buc60706h.brep] w
|
|
checkshape w
|
|
pipe t w f
|
|
|
|
bcut result res_2 t
|
|
|
|
set square 861220
|
|
set 2dviewer 0
|