mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
544 B
Plaintext
Executable File
23 lines
544 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23367"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# New functionality restoring the middle path of pipe-like shape
|
|
##########################################################################################################
|
|
|
|
restore [locate_data_file bug23367_aa.brep] a
|
|
explode a e
|
|
wire w1 a_57 a_73 a_54 a_71
|
|
wire w2 a_133 a_148 a_130 a_146
|
|
donly a w1 w2
|
|
fit
|
|
middlepath result a w1 w2
|
|
|
|
set length 3.46311
|
|
|
|
set 2dviewer 1
|
|
|
|
|
|
|