mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
puts "========"
|
|
puts "OCC28683"
|
|
puts "========"
|
|
puts ""
|
|
####################################################################################
|
|
## Wrong result of CUT operation
|
|
####################################################################################
|
|
|
|
restore [locate_data_file bug28683_shapes.brep] b
|
|
explode b
|
|
bcut result b_1 b_2
|
|
donly result
|
|
checkshape result
|
|
checkprops result -s 1.82492
|
|
checknbshapes result -vertex 6 -edge 6 -wire 1 -face 1 |