mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
puts "============"
|
|
puts "OCC23366"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Cut operation produces invalid shape
|
|
######################################################
|
|
|
|
restore [locate_data_file bug23366_finalTool.brep] s1
|
|
restore [locate_data_file bug23366_IntersectionSegment.brep] s2
|
|
|
|
bop s1 s2
|
|
bopcut result
|
|
|
|
set square 173.098
|
|
set 2dviewer 0
|
|
|