mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031361: Modeling algorithms - An exception arise when building tube
* Add status flag to GeomFill_Pipe * Add myIsPerform flag to GeomFill_Pipe * Add checking vectors in GeomFill_CorrectedFrenet * Add boolean return to SetCurve virtual methods * Add test case
This commit is contained in:
11
tests/bugs/modalg_7/bug31361
Normal file
11
tests/bugs/modalg_7/bug31361
Normal file
@@ -0,0 +1,11 @@
|
||||
puts "================================================="
|
||||
puts "0031361: Modeling algorithms - A crash arise when building tube"
|
||||
puts "================================================="
|
||||
puts ""
|
||||
|
||||
puts "REQUIRED ALL: Error: GeomFill_Pipe cannot make a surface"
|
||||
|
||||
circle c1 0 0 0 10
|
||||
circle c2 0 100 0 10
|
||||
beziercurve curve 4 0 0 0 100 0 0 100 100 0 0 100 0
|
||||
tuyau t curve c1 c2
|
Reference in New Issue
Block a user