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
24 lines
458 B
Plaintext
Executable File
24 lines
458 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC100"
|
|
puts "================"
|
|
puts ""
|
|
########################################
|
|
## Draw is crashed during cut on Windows NT. SAM1185.
|
|
########################################
|
|
|
|
restore [locate_data_file OCC100_sp.brep] sh1
|
|
checkshape sh1
|
|
|
|
restore [locate_data_file OCC100_cyl.brep] sh2
|
|
checkshape sh2
|
|
|
|
#OCC100 : on WNT result is crushed when we make the next command:
|
|
|
|
bcut result sh1 sh2
|
|
|
|
set square 2130.25
|
|
set 2dviewer 0
|
|
|
|
|