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
21 lines
371 B
Plaintext
Executable File
21 lines
371 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC780"
|
|
puts "SAM1239"
|
|
puts "(case 1)"
|
|
puts "========"
|
|
puts ""
|
|
#########################################
|
|
## Fuse and common between two faces are wrong (SAM1239)
|
|
#########################################
|
|
|
|
restore [locate_data_file OCC780.brep] f
|
|
explode f f
|
|
checkshape f_1
|
|
checkshape f_2
|
|
|
|
bcommon result f_1 f_2
|
|
|
|
set square 6283.19
|
|
set 2dviewer 0
|