mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
20 lines
448 B
Plaintext
Executable File
20 lines
448 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC20222"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Chamfer operation produces incorrect shape (PACE-01-006)
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20222
|
|
|
|
restore [locate_data_file OCC20222.brep] s
|
|
explode s f
|
|
explode s_10 e
|
|
chamf result s s_10_3 s_10 S 50
|
|
|
|
checkshape result
|
|
|
|
set square 712126
|
|
set 2dviewer 0
|