mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
While checking the SurfaceOfExtrusion on closeness (GeomLib::IsClosed()) it is necessary to take into account that the basis curve may be not trimmed. Test case for the issue.
28 lines
580 B
Plaintext
28 lines
580 B
Plaintext
puts "========"
|
|
puts "OCC28496"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# BOP Cut failed on two attached faces with error "ErrorStatus : 191"
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28496_Face_3.brep] f1
|
|
restore [locate_data_file bug28496_Face_9.brep] f2
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects f1
|
|
baddtools f2
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
checkprops result -s 499.564
|
|
checknbshapes result -face 3 -wire 3
|
|
|
|
smallview
|
|
don result
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|