mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
28 lines
632 B
Plaintext
28 lines
632 B
Plaintext
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeProcess_Performer"
|
|
|
|
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
|