mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
21 lines
443 B
Plaintext
Executable File
21 lines
443 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC788 "
|
|
puts "========="
|
|
puts ""
|
|
#################################################
|
|
## ThruSection cannot determine correctly correspondence between wires
|
|
#################################################
|
|
restore [locate_data_file OCC788_s1w.brep] w1
|
|
explode w1
|
|
wire ww1 w1_1
|
|
|
|
restore [locate_data_file OCC788_s2w.brep] w2
|
|
explode w2
|
|
wire ww2 w2_1
|
|
|
|
thrusections result 0 0 ww1 ww2
|
|
|
|
set 2dviewer 0
|
|
set square 148608.
|