mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|