mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux Small corrections in test cases. Return procedure _tests_platform_def.
24 lines
383 B
Plaintext
Executable File
24 lines
383 B
Plaintext
Executable File
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 ""
|
|
|
|
restore [locate_data_file OCC137-ANC101-Solid.brep] a
|
|
vinit
|
|
vdisplay a
|
|
vfit
|
|
vsetdispmode 1
|
|
|
|
# FACE ON
|
|
vselmode 4 1
|
|
|
|
set x 170
|
|
set y 80
|
|
vselect $x $y
|
|
|
|
set only_screen 1
|