mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
This problem was solved by fix for 0030597. Added the non-regression test for this problem.
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
puts "============="
|
|
puts "OCC30148: Modeling Algorithms - exc-eption in BRepOffestAPI_MakePipe for some periodic BSpline spines"
|
|
puts "============="
|
|
puts ""
|
|
|
|
pload MODELING
|
|
|
|
restore [locate_data_file bug30148_1.brep] profile
|
|
restore [locate_data_file bug30148_2.brep] spine
|
|
|
|
pipe pipe spine profile
|
|
|
|
puts "TEST COMPLETED" |