mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
23 lines
539 B
Plaintext
Executable File
23 lines
539 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23367"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# New functionality restoring the middle path of pipe-like shape
|
|
##########################################################################################################
|
|
|
|
restore [locate_data_file bug23367_bb.brep] b
|
|
explode b e
|
|
wire w1 b_1 b_29 b_60 b_27
|
|
wire w2 b_11 b_23 b_56 b_33
|
|
donly b w1 w2
|
|
fit
|
|
middlepath result b w1 w2
|
|
|
|
set length 1.94244
|
|
|
|
set 2dviewer 1
|
|
|
|
|
|
|