mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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
38 lines
930 B
Plaintext
Executable File
38 lines
930 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22361"
|
|
puts "============"
|
|
puts ""
|
|
################################################################################################################################
|
|
# Incorrect result of BRepOffsetAPI_MakePipeShell algorithm: it tries to build conical surface between two non-coaxial circles
|
|
################################################################################################################################
|
|
set BugNumber 22361
|
|
|
|
circle c1 0 0 0 7
|
|
circle c2 5.28270543795374 13.2067635948844 26.4135271897687 21
|
|
polyline pp 0 0 0 5.28270543795374 13.2067635948844 26.4135271897687
|
|
mkedge c1 c1
|
|
wire c1 c1
|
|
mkedge c2 c2
|
|
wire c2 c2
|
|
fit
|
|
|
|
mksweep pp
|
|
addsweep c1
|
|
addsweep c2
|
|
|
|
buildsweep result
|
|
|
|
set square 2745.88
|
|
|
|
set nb_v_good 2
|
|
set nb_e_good 3
|
|
set nb_w_good 1
|
|
set nb_f_good 1
|
|
set nb_sh_good 1
|
|
set nb_sol_good 0
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 0
|
|
set nb_shape_good 8
|
|
|
|
set 3dviewer 0
|