mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
puts "============"
|
|
puts "OCC2172"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation produces invalid shape
|
|
######################################################
|
|
## (new topology)
|
|
## (bfuse)
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC2172-torus.brep] torus
|
|
restore [locate_data_file OCC2172-cylinder.brep] cylinder
|
|
|
|
checkshape torus
|
|
checkshape cylinder
|
|
|
|
bfuse result cylinder torus
|
|
|
|
set square 28603.8
|
|
set 3dviewer 1
|
|
|