mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-11 05:09:46 +08:00
17 lines
275 B
Plaintext
Executable File
17 lines
275 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC2"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC46.brep] result
|
|
puts [checkshape result]
|
|
|
|
set l [lindex [statshape result] 5]
|
|
|
|
if { $l != "EDGE"} then {
|
|
puts "Error : Output of statshape is incorrect."
|
|
}
|
|
|
|
set 2dviewer 0
|
|
|