mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|