1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0031294: Modeling Algorithms - Regression relatively 7.3.0. Crash in method BRepPrimAPI_MakePrism::Generated(...)

BRepSweep_NumLinearRegularSweep.cxx: raising exeption is removed

Test case is added

QABugs_20.cxx - test command is added
This commit is contained in:
ifv
2020-01-13 14:50:03 +03:00
committed by bugmaster
parent c8bead4752
commit 08353e37cf
3 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
puts "======================================================="
puts "0031294: Modeling Algorithms - Regression relatively 7.3.0."
puts "Crash in method BRepPrimAPI_MakePrism::Generated(...) if input sub-shape does not belong to the base shape"
puts "======================================================="
puts ""
pload QAcommands
OCC31294