mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Diagnostic of mixed connectivity of faces along common edge is added. If algorithm finds such pair of faces, it stops working with special error code.
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
puts "TODO OCC25925 ALL: ERROR. Mixed connectivity of faces."
|
|
|
|
puts "========"
|
|
puts "OCC26443"
|
|
puts "========"
|
|
puts ""
|
|
###########################
|
|
# Offset surface hangs up
|
|
###########################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26443-shell_1.brep] a
|
|
|
|
dchrono h restart
|
|
offsetshape r a -2
|
|
dchrono h stop counter offsetshape
|
|
fit
|
|
|
|
if { [isdraw r] } {
|
|
checkshape r
|
|
checknbshapes r -ref [lrange [nbshapes a] 8 19]
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|
|
}
|