mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- bugs modalg_1 buc60462_2, - bug1255, - bug1255_1, - bugs modalg_2 bug19811, - bug22781_1, - bug22781_2, - bug22781_3, - bug22781_4, - bugs modalg_4 bug625, - bug767, - bugs moddata_2 bug75_2, - bugs vis bug288_10, - bugs vis bug288_7, - pipe specific A1 - A9, - B1 - B9, - C1 - C6, - K3 - K9, - L1 - L9, - M1 - M9, - N1 - N5, - S8 - S9, - T1 - T9, - U1 - U7. Error messages were changed in tests and test files: - bugs modalg_2 bug472_2, - heal data advanced H5, - drop_small_edges A4. Input shapes checks were added in test bugs modalg_4 bug8842_1.
34 lines
730 B
Plaintext
Executable File
34 lines
730 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
|
|
updatetolerance 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
|
|
|
|
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 |