mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Generation of 3D-steps shorter than 3D tolerance has been allowed in the fix to build Walking-line. Now, 3D-step is limited by Precision::Confusion value.
27 lines
605 B
Plaintext
27 lines
605 B
Plaintext
puts "========"
|
|
puts "OCC28492"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
## Boolean common does not produce expected result
|
|
##########################################
|
|
|
|
restore [locate_data_file a350] a
|
|
restore [locate_data_file b350] b
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects a
|
|
baddtools b
|
|
bfillds
|
|
bbuild result
|
|
|
|
checknbshapes result -solid 3 -shell 3 -t
|
|
checkprops result -s 253.741 -v 82.9156
|
|
checkshape result
|
|
|
|
if {! [regexp "to be valid for BOP" [bopargcheck result] ] } {
|
|
puts "Error: bopargcheck failed"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |