1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

31 lines
790 B
Plaintext
Executable File

puts "========================"
puts " OCC469 "
puts "========================"
puts ""
######################################################
## It's impossible to fuse the two shapes in the file attached. #2740, SAM1493
######################################################
restore [locate_data_file OCC469.brep] a
# remove small edges from the shape
fixsmalledges a a 0.002
# explode to get two arguments
explode a
# use fuzzy value to treat misalignment of the arguments
bfuzzyvalue 0.002
# perform Boolean operation
bfuse result a_1 a_2
# restoring fuzzy value to zero
bfuzzyvalue 0.0
# check the obtained result
checkshape result
checkprops result -s 30523.3 -v 22730.1
checknbshapes result -shell 1 -solid 1
checkview -display result -2d -path ${imagedir}/${test_image}.png