mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
529 B
Plaintext
Executable File
18 lines
529 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC13211"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong treatment of conical faces in BOP algorithm
|
|
#######################################################################
|
|
|
|
restore [locate_data_file OCC13211-f14.brep] b1
|
|
restore [locate_data_file OCC13211-f24.brep] b2
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
set length 37.7057
|
|
checknbshapes result -vertex 5 -edge 4 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 10
|
|
set 2dviewer 0
|