mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Use distance criteria additionally to parameter criteria when verifying the extrema solution to belong to the edge boundary. Refactor the BRepExtrema_DistanceSS class to remove the excessive methods with mirrored parameters.
23 lines
510 B
Plaintext
23 lines
510 B
Plaintext
puts "================================================="
|
|
puts "OCC32644: Modeling Algorithms - Empty result of section operation"
|
|
puts "================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32644_face.brep] f
|
|
restore [locate_data_file bug32644_wire.brep] w
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects f
|
|
baddtools w
|
|
bfillds
|
|
|
|
bbop result 4
|
|
checkprops result -l 2.06
|
|
checksection result -r 2
|
|
checknbshapes result -edge 2
|
|
|
|
bsplit rsplit
|
|
checkshape rsplit
|
|
checknbshapes rsplit -face 2
|