mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0025023: Check fails after cut operation
This commit is contained in:
parent
fc935b4f6b
commit
b101eb1ff0
18
tests/bugs/modalg_7/bug25023
Normal file
18
tests/bugs/modalg_7/bug25023
Normal file
@ -0,0 +1,18 @@
|
||||
puts "========"
|
||||
puts "OCC25023"
|
||||
puts "========"
|
||||
puts ""
|
||||
###################################
|
||||
# Check fails after cut operation
|
||||
###################################
|
||||
|
||||
restore [locate_data_file bug25023_a.brep] a
|
||||
checkshape a
|
||||
|
||||
restore [locate_data_file bug25023_b.brep] b
|
||||
checkshape b
|
||||
|
||||
bopargcheck b a -C
|
||||
|
||||
bcut result b a
|
||||
checkshape result
|
Loading…
x
Reference in New Issue
Block a user