mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Test case tests/bugs/modalg/dxf906 was renamed to bug889 Adding test cases to tests/bugs/moddata Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx Modified test case bugs vis buc60738 Added test cases to modalg and moddata Added test cases to caf and fclasses Added test cases to group heal
35 lines
728 B
Plaintext
Executable File
35 lines
728 B
Plaintext
Executable File
puts "========================"
|
|
puts "OCC625"
|
|
puts "========================"
|
|
puts ""
|
|
###############################################################################
|
|
## Created filler looks strange (see attached picture) inspite of checkshapes told about correct source and result shapes.
|
|
###############################################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file OCC625.brep] a
|
|
checkshape a
|
|
|
|
vinit
|
|
tclean a
|
|
explode a e
|
|
|
|
blend res1 a 10 a_22 10 a_14
|
|
blend result res1 10 a_17 10 a_4
|
|
checkshape result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode result 1
|
|
|
|
QAUpdateLights
|
|
|
|
set x_coord 116
|
|
set y_coord 252
|
|
|
|
checkcolor $x_coord $y_coord 0.82 0.58 0.09
|
|
|
|
set square 19977
|
|
set 3dviewer 1 |