mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added new boolean parameter to GeomLib::FuseIntervals() to select method of defining an element with close values
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
puts "========"
|
|
puts "0029645: Hang on making pipe shell using BRepOffsetAPI_MakePipeShell"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug29645_spine.brep] spine
|
|
restore [locate_data_file bug29645_profile.brep] profile
|
|
|
|
mksweep spine
|
|
addsweep profile
|
|
buildsweep result -S -C
|
|
|
|
puts "TEST COMPLETED"
|
|
|
|
|