mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
34 lines
671 B
Plaintext
Executable File
34 lines
671 B
Plaintext
Executable File
if { [array get env os_type] != "" } {
|
|
set os $env(os_type)
|
|
}
|
|
if { [string compare $os "windows"] != 0 } {
|
|
puts "TODO ?OCC12345 ALL: An exception was caught"
|
|
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
|
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
|
}
|
|
|
|
puts "================"
|
|
puts "OCC137"
|
|
puts "================"
|
|
#
|
|
# The patch "patch-MITUTOYO-USA-05112001.zip" has to be converted to Open Cascade 4.0
|
|
#
|
|
puts "IT IS NECESSARY TO CHECK SELECTED FACE SHADING"
|
|
puts ""
|
|
|
|
pload XDE
|
|
|
|
stepread [locate_data_file OCC137-ANC101-Solid.stp] a *
|
|
tpcompound a
|
|
vinit
|
|
vdisplay a
|
|
vfit
|
|
vsetdispmode 1
|
|
|
|
vselmode FACE ON
|
|
set x 170
|
|
set y 80
|
|
vselect $x $y
|
|
|
|
set only_screen 1
|