1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024049: Modeling Algorithms - crash in BRepOffsetAPI_MakePipe

Added the test for this ticket.
This commit is contained in:
abulyche 2022-07-06 02:14:57 +03:00 committed by smoskvin
parent 0acc1ab47c
commit c2e01cc5cc

19
tests/pipe/bugs/bug24049 Normal file
View File

@ -0,0 +1,19 @@
puts "============="
puts "OCC24049: Modeling Algorithms - cras-h in BRepOffsetAPI_MakePipe"
puts "============="
puts ""
pload MODELING
restore [locate_data_file bug24049_spine.brep] spine
mkedge spine spine
wire spine spine
circle profile 27378.59961 -1139.028442 -621 0 0 -1 -1 0 -0 6.349999904633
mkedge profile profile
pipe pipe spine profile 2
checkshape pipe
puts "TEST COMPLETED"