mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-15 11:44:07 +03:00
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
|
|
puts "========================"
|
|
puts "BUC60728"
|
|
puts "========================"
|
|
puts ""
|
|
####################################################
|
|
## Infinite loop in section. Section between the two attached faces never finish.
|
|
####################################################
|
|
|
|
restore [locate_data_file buc60728a.brep] s1
|
|
restore [locate_data_file buc60728b.brep] s2
|
|
build3d s1
|
|
puts [checkshape s1]
|
|
puts [checkshape s2]
|
|
|
|
bsection result s1 s2
|
|
|
|
#checksection res
|
|
#checkshape res
|
|
|
|
set length 238.032
|
|
set 2dviewer 0
|