mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
18 lines
397 B
Plaintext
Executable File
18 lines
397 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC118"
|
|
puts "========"
|
|
########################################################
|
|
## The Cone part of final fuse shape becomes invisible
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC118-1.brep] a
|
|
puts [checkshape a]
|
|
restore [locate_data_file OCC118-2.brep] b
|
|
puts [checkshape b]
|
|
|
|
bfuse result b a
|
|
|
|
set square 4844.63
|
|
set 3dviewer 1
|
|
|