mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
* 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
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
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
|