mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
494 B
Plaintext
22 lines
494 B
Plaintext
puts "======="
|
|
puts "OCC28883"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# Invalid result of Section operation
|
|
##################################################
|
|
|
|
restore [locate_data_file bug28883_Prism.brep] b1
|
|
restore [locate_data_file bug28883_LES_2d_shell.brep] b2
|
|
|
|
explode b1 f; copy b1_51 b1
|
|
explode b2 f; copy b2_8 b2
|
|
|
|
bsection result b1 b2
|
|
|
|
checkshape result
|
|
checksection result
|
|
|
|
checknbshapes result -edge 1 -vertex 2
|
|
checkprops result -l 7.13116e-007
|