mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
677 B
Plaintext
26 lines
677 B
Plaintext
puts "============================================"
|
|
puts "0032444: BRepOffsetAPI_MakePipeShell crash when using -DT mode and DT_ShapeDivide on the spine"
|
|
puts "============================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32444.brep] s
|
|
restore [locate_data_file bug32444_1.brep] p1
|
|
restore [locate_data_file bug32444_2.brep] p2
|
|
restore [locate_data_file bug32444_3.brep] p3
|
|
restore [locate_data_file bug32444_4.brep] p4
|
|
restore [locate_data_file bug32444_5.brep] p5
|
|
restore [locate_data_file bug32444_6.brep] p6
|
|
|
|
DT_ShapeDivide s s 0.001
|
|
|
|
mksweep s
|
|
setsweep -DT
|
|
addsweep p1
|
|
addsweep p2
|
|
addsweep p3
|
|
addsweep p4
|
|
addsweep p5
|
|
addsweep p6
|
|
|
|
buildsweep r -C -S
|