mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
20 lines
389 B
Plaintext
Executable File
20 lines
389 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "SAM1225"
|
|
puts "OCC134"
|
|
puts "================"
|
|
puts ""
|
|
####################################
|
|
## Faces from attached file are impossible to extrude.
|
|
####################################
|
|
|
|
restore [locate_data_file OCC134-1.brep] sh
|
|
puts [checkshape sh]
|
|
|
|
prism result sh 100 100 100
|
|
puts [checkshape result]
|
|
|
|
set check_square 1
|
|
set square 104057
|
|
set 2dviewer 0
|