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.
22 lines
658 B
Plaintext
22 lines
658 B
Plaintext
puts "TODO OCC26577 All: ERROR. Mixed connectivity of faces."
|
|
puts "TODO OCC26577 All: Error : The offset cannot be built."
|
|
|
|
puts "=============================================================="
|
|
puts "0027913: Sharing between edges was lost after offset operation"
|
|
puts "=============================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug27913.brep] s
|
|
offsetparameter 1e-7 p i
|
|
offsetload s 10
|
|
offsetperform result
|
|
|
|
if { [isdraw result] } {
|
|
unifysamedom result_unif result
|
|
|
|
checkshape result
|
|
checkview -display result_unif -2d -path ${imagedir}/${test_image}.png
|
|
|
|
checknbshapes result -ref [lrange [nbshapes s] 8 19]
|
|
}
|