mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Constructor of GeomFill_SectionPlacement has been corrected: add correction of boundaries of curve to avoid mistake of LocateU in the case when the curve is BSpline.
20 lines
430 B
Plaintext
20 lines
430 B
Plaintext
puts "================================================================"
|
|
puts "OCC30597: BRepOffsetAPI_MakePipeShell raises Standard_RangeError"
|
|
puts "================================================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30597_compound.brep] a
|
|
explode a
|
|
|
|
explode a_1 v
|
|
explode a_2
|
|
explode a_3
|
|
|
|
mksweep a_1
|
|
addsweep a_2_1 a_1_1
|
|
addsweep a_3_1 a_1_2
|
|
|
|
buildsweep result
|
|
|
|
checkprops result -s 0.95884
|