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
26 lines
553 B
Plaintext
26 lines
553 B
Plaintext
pload QAcommands
|
|
|
|
puts "======="
|
|
puts "OCC24"
|
|
puts "======="
|
|
puts ""
|
|
###########################################################################
|
|
## Recorded modifications are lost when converting from ShapeBuild_ReShape into ShapeProcess_ShapeContext
|
|
## and back
|
|
###########################################################################
|
|
|
|
restore [locate_data_file OCC24.brep] s
|
|
checkshape s
|
|
|
|
explode s f
|
|
|
|
compound s_1 c
|
|
if [catch { OCC24 result s c OCC24 Seq } ] {
|
|
puts "OCC24 ERROR"
|
|
} else {
|
|
puts "OCC24 OK"
|
|
}
|
|
|
|
set square 37.6991
|
|
set 2dviewer 2
|