mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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
17 lines
452 B
Plaintext
Executable File
17 lines
452 B
Plaintext
Executable File
puts "========================"
|
|
puts "OCC22765"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################################
|
|
# Sewing produced invalid shape from attached compound with tolerance 0.1
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22765
|
|
|
|
restore [locate_data_file OCC22765.brep] a
|
|
sewing result 0.1 a
|
|
|
|
checkshape result f
|
|
set square 0.0141287
|
|
set 3dviewer 1
|