mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
puts "BUC60290 (the same problem with cut and common)"
|
|
|
|
restore [locate_data_file buc60290a.rle] sol1
|
|
restore [locate_data_file buc60290b.rle] sol2
|
|
|
|
bcommon result sol2 sol1
|
|
|
|
set square 667287
|
|
if { [regexp {Windows} [dversion]] } {
|
|
if { [regexp {64} [dversion]] } {
|
|
#set square 804392
|
|
puts "TODO OCC1111 Windows: Error : The area of the resulting shape is"
|
|
}
|
|
}
|