mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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
28 lines
607 B
Plaintext
Executable File
28 lines
607 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23367"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# New functionality restoring the middle path of pipe-like shape
|
|
##########################################################################################################
|
|
|
|
polyline pp 0 0 0 10 0 0 20 10 0 20 20 0
|
|
polyline sp 0 0 0 0 0 100 0 50 200 0 100 100
|
|
mksweep sp
|
|
addsweep pp
|
|
buildsweep a -R
|
|
explode a e
|
|
wire w1 a_2 a_5 a_8
|
|
wire w2 a_24 a_22 a_20
|
|
donly a w1 w2
|
|
fit
|
|
middlepath result a w1 w2
|
|
|
|
set length 288.824
|
|
|
|
set 2dviewer 1
|
|
|
|
|
|
|
|
|