mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-31 11:15:31 +03:00
Replaced QAMoveTo, QASelect and QAShiftSelect draw commands with vmoveto and vselect Moved vselect and vmoveto draw commands to ViewerTest_ViewerCommands.cxx Replaced QAMoveTo and QASelect in test cases. Corrected returned error case result in vselect and vmoveto. Added commands in ViewerTest_ViewerCommands from QADraw. Edited tests. QACommands in tests were replaced with ViewerTest commands. QAxwd command was removed from QADraw. Edited command wzoom and commands from ViewerTest. Help for ViewerTest commands was edited Small corrections. Added test cases for polygonal selection. Small correction of test cases
28 lines
560 B
Plaintext
Executable File
28 lines
560 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "========="
|
|
puts " OCC794 "
|
|
puts "========="
|
|
puts ""
|
|
#####################################################
|
|
## The offset algorithm produced invalid result when offseting an attached face
|
|
#####################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file OCC794.brep] a
|
|
|
|
offsetshape result a 10
|
|
|
|
set x_coord 120
|
|
set y_coord 150
|
|
|
|
vinit
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vfit
|
|
|
|
checkcolor $x_coord $y_coord 0.77 0.54 0.09
|
|
|
|
set square 206399
|
|
set 3dviewer 1
|