mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
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
|