Anonymous | Login | 2021-01-16 09:07 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0031361 | Open CASCADE | [OCCT] OCCT:Modeling Algorithms | public | 2020-02-07 13:31 | 2020-09-15 12:34 | ||||||||
Reporter | akaftasev | ||||||||||||
Assigned To | msv | ||||||||||||
Priority | normal | Severity | minor | ||||||||||
Status | new | Resolution | open | ||||||||||
Platform | Windows | OS | VC++ 2013 | OS Version | 64 bit | ||||||||
Product Version | [OCCT] 7.4.0 | ||||||||||||
Target Version | [OCCT] 7.6.0* | Fixed in Version | |||||||||||
Summary | 0031361: Modeling algorithms - An exception arise when building tube | ||||||||||||
Description | When try to build tube on two circles in on surface and bezier curve, an exception arise | ||||||||||||
Steps To Reproduce | 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 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Test case number | |||||||||||||
Attached Files | |||||||||||||
![]() |
|
(0094821) msv (developer) 2020-09-15 12:34 |
An exception was caught 0000023C32AB1DA0 : Standard_NumericError: FLT INVALID OPERATION The parameters of construction are incorrect, because circles lie in the same plane in that the path is located. So, we cannot expect any good result of such operation. However, raising such exception should not be done. The best behavior is to report an error status, or at least to throw such meaningful program exception. |
![]() |
|||
Date Modified | Username | Field | Change |
2020-02-07 13:31 | akaftasev | New Issue | |
2020-02-07 13:31 | akaftasev | Assigned To | => msv |
2020-09-15 12:34 | msv | Note Added: 0094821 | |
2020-09-15 12:34 | msv | Target Version | 7.5.0 => 7.6.0* |
Copyright © 2000 - 2021 MantisBT Team |