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
26 lines
502 B
Plaintext
Executable File
26 lines
502 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23367"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# New functionality restoring the middle path of pipe-like shape
|
|
##########################################################################################################
|
|
|
|
ptorus a 50 10 0 180
|
|
explode a f
|
|
shape b Sh
|
|
add a_1 b
|
|
explode b e
|
|
wire ww b_2
|
|
donly b ww
|
|
fit
|
|
middlepath result b ww ww
|
|
|
|
set length 314.159
|
|
|
|
set 2dviewer 1
|
|
|
|
|
|
|
|
|