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
30 lines
599 B
Plaintext
Executable File
30 lines
599 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC637"
|
|
puts "(case 1)"
|
|
puts "================"
|
|
puts ""
|
|
##########################################
|
|
## BRepOffsetAPI_MakePipeShell crashes with fatal exception
|
|
##########################################
|
|
|
|
restore [locate_data_file OCC637a.brep] s
|
|
checkshape s
|
|
|
|
restore [locate_data_file OCC636c.brep] s1
|
|
checkshape s1
|
|
|
|
restore [locate_data_file OCC637c.brep] s2
|
|
checkshape s2
|
|
|
|
mksweep s
|
|
addsweep s1
|
|
addsweep s2
|
|
|
|
if [catch { buildsweep result } catch_result] {
|
|
puts "Faulty OCC637 (case 1): function buildsweep works wrongly"
|
|
}
|
|
|
|
set square 1675.58
|
|
set 2dviewer 0
|