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
26 lines
632 B
Plaintext
Executable File
26 lines
632 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC789 "
|
|
puts "========="
|
|
puts ""
|
|
########################################################
|
|
## When working on 2 closed wires (each of 1 edge), the thrusection algorithm creates
|
|
## a surface with isolines which oscillate in longitudinal direction somewhere in the
|
|
## middle between end sections.
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC789_s3.brep] w1
|
|
explode w1
|
|
wire ww1 w1_1
|
|
|
|
restore [locate_data_file OCC789_s4.brep] w2
|
|
explode w2
|
|
wire ww2 w2_1
|
|
|
|
thrusections result 0 0 ww1 ww2
|
|
|
|
puts "It necessary to analyse the photo"
|
|
|
|
set square 142424.
|
|
set 2dviewer 0
|