1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug23378_2
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

34 lines
724 B
Plaintext

puts "========"
puts "OCC23378"
puts "========"
puts ""
########################################
# BRepAlgoAPI_Cut returns wrong result
########################################
# Restore the initial shape
restore [locate_data_file bug23378_blower1.brep] b
# Test case body
explode b
bop b_1 b_2
bopcut r
# Result of operation should be two shapes (checking)
set oper_result [explode r]
if {[llength $oper_result] != 2} {
puts "ERROR: Result of BrepAlgoAPI_Cut is unexpected"
}
# Algorithmic check of r_2 shape
renamevar r_2 result
checkshape result
checkprops result -s 2.77917
# Visualization check of r_2 shape
vinit
vsetdispmode 1
vdisplay result
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png