mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
Test for 0024424: BRepAlgoAPI_Cut throws Standard_ConstructionError with disjoint, but adjacent solids
This commit is contained in:
parent
cdec5927b3
commit
1f9eb89082
16
tests/bugs/modalg_7/bug24424
Normal file
16
tests/bugs/modalg_7/bug24424
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
puts "========"
|
||||||
|
puts "OCC24424"
|
||||||
|
puts "========"
|
||||||
|
puts ""
|
||||||
|
########################################################################################
|
||||||
|
# BRepAlgoAPI_Cut throws Standard_ConstructionError with disjoint, but adjacent solids
|
||||||
|
########################################################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug24424_a.brep] a
|
||||||
|
restore [locate_data_file bug24424_b.brep] b
|
||||||
|
|
||||||
|
bcut result a b
|
||||||
|
|
||||||
|
if {[llength [whatis result]] < 4} {
|
||||||
|
puts "ERROR: OCC24424 is reproduced. Result of bcut operation is empty."
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user