mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
The reason for the exception was that given compound contains only edges with INTERNAL orientation (there are not any wires or faces). Consequently, given shape is non-manifold a priory. New fix handles some cases. Added test case bugs/modalg_5/bug24807
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
puts "=========="
|
|
puts "OCC24807"
|
|
puts "=========="
|
|
puts ""
|
|
#######################################################################
|
|
# Exception in ShapeAnalysis_FreeBounds::ConnectEdgesToWires
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24807_Compound.brep] a
|
|
connectedges result a
|
|
|
|
set 2dviewer 1
|