mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
15 lines
375 B
Plaintext
15 lines
375 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
|
|
|
|
bcut result sol2 sol1
|
|
|
|
set square 1.06741e+06
|
|
if { [regexp {Windows} [dversion]] } {
|
|
if { [regexp {64} [dversion]] } {
|
|
#set square 650662
|
|
puts "TODO OCC1111 Windows: Error : The area of the resulting shape is"
|
|
}
|
|
}
|