mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
33 lines
728 B
Plaintext
Executable File
33 lines
728 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23870"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Integration of new options of sweeping into BRepOffsetAPI_MakePipe algorithm.
|
|
#######################################################################
|
|
|
|
set BugNumber OCC23870
|
|
|
|
restore [locate_data_file bug23824_Case3_Path.brep] spine
|
|
restore [locate_data_file bug23824_Case3_Profile.brep] profile
|
|
|
|
wire profile profile
|
|
explode spine
|
|
wire spine spine_1
|
|
|
|
pipe result spine profile 2 approx
|
|
|
|
set square 38260.5
|
|
|
|
set nb_v_good 1
|
|
set nb_e_good 2
|
|
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 6
|
|
|
|
set 2dviewer 1
|