mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0028773: BRepAlgoAPI_Cut invalid result
Adding test case only
This commit is contained in:
parent
f6b08ecf71
commit
4f0ba168fb
20
tests/bugs/modalg_6/bug28773
Normal file
20
tests/bugs/modalg_6/bug28773
Normal file
@ -0,0 +1,20 @@
|
||||
puts "========"
|
||||
puts "OCC28773"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################
|
||||
# BRepAlgoAPI_Cut invalid result
|
||||
#################################################
|
||||
|
||||
restore [locate_data_file bug28773_1.brep] b1
|
||||
restore [locate_data_file bug28773_2.brep] b2
|
||||
|
||||
bop b1 b2
|
||||
bopcut res
|
||||
checkshape res
|
||||
|
||||
checkshape res
|
||||
checknbshapes res -solid 1
|
||||
checkprops res -s 0.101938 -v 0.000203073
|
||||
|
||||
checkview -display res -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user