mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Boolean Operations algorithm has been improved to handle the cases with empty shapes arguments correctly. Test cases for the issue.
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
puts "========"
|
|
puts "OCC29973: Modeling Algorithms - access violation within BRepAlgoAPI_Cut on empty input shape"
|
|
puts "========"
|
|
puts ""
|
|
|
|
|
|
pload QAcommands
|
|
|
|
compound c
|
|
box b 1 2 3
|
|
if {![regexp "Test complete" [OCC25446 r b c 2]]} {
|
|
puts "Error: test incomplete"
|
|
}
|
|
|
|
compound b bc
|
|
checknbshapes r -ref [nbshapes bc]
|
|
checkprops r -equal bc
|