View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023017 | Community | OCCT:Modeling Data | public | 2012-03-12 20:08 | 2017-07-13 17:26 |
Reporter | abdelrazzak | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | assigned | Resolution | open | ||
Platform | A | OS | L | ||
Product Version | 6.5.1 | ||||
Summary | 0023017: gp_Hyper empty constructor raise exception | ||||
Description | the gp_Hypr() empty constructor inline gp_Hypr::gp_Hypr () : majorRadius(RealLast()), minorRadius(RealFirst()) { } has a problem in its minorRadius(RealFirst()) setter i think it might be minorRadius(RealLast()) as in the gp_Hypr2d() empty constructor | ||||
Steps To Reproduce | gp_Hyper h1; | ||||
Additional information and documentation updates | i think either gp_Hypr() or gp_Hypr2d() have a problem in their empty constructor | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
this problem appears when you create gp_Hypr hy1 = gp_Hypr(); Geom_Hyperbola h1 = Geom_Hyperbola(hy1); gp_Hypr temp = h1.Hypr(); |
|
Dear MSV, could you put your opinion about it. |
|
Dear MKV, please create a test case if it is reproduced. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-12 20:08 | abdelrazzak | New Issue | |
2012-03-12 20:08 | abdelrazzak | Assigned To | => jgv |
2012-03-12 20:12 | abdelrazzak | Note Added: 0019942 | |
2017-07-13 17:08 |
|
Note Added: 0068271 | |
2017-07-13 17:08 |
|
Assigned To | jgv => msv |
2017-07-13 17:08 |
|
Status | new => assigned |
2017-07-13 17:08 |
|
Test case number | => Not needed |
2017-07-13 17:26 |
|
Note Added: 0068272 | |
2017-07-13 17:26 |
|
Assigned To | msv => mkv |