View Issue Details

IDProjectCategoryView StatusLast Update
0023017CommunityOCCT:Modeling Datapublic2017-07-13 17:26
Reporterabdelrazzak Assigned Tomkv 
PrioritynormalSeverityminor 
Status assignedResolutionopen 
PlatformAOSL 
Product Version6.5.1 
Summary0023017: gp_Hyper empty constructor raise exception
Descriptionthe 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 Reproducegp_Hyper h1;
Additional information
and documentation updates
i think either gp_Hypr() or gp_Hypr2d() have a problem in their empty constructor
TagsNo tags attached.
Test case numberNot needed

Activities

abdelrazzak

2012-03-12 20:12

reporter   ~0019942

this problem appears when you create
gp_Hypr hy1 = gp_Hypr();
Geom_Hyperbola h1 = Geom_Hyperbola(hy1);
gp_Hypr temp = h1.Hypr();

mkv

2017-07-13 17:08

tester   ~0068271

Dear MSV,
could you put your opinion about it.

msv

2017-07-13 17:26

developer   ~0068272

Dear MKV, please create a test case if it is reproduced.

Issue History

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 mkv Note Added: 0068271
2017-07-13 17:08 mkv Assigned To jgv => msv
2017-07-13 17:08 mkv Status new => assigned
2017-07-13 17:08 mkv Test case number => Not needed
2017-07-13 17:26 msv Note Added: 0068272
2017-07-13 17:26 msv Assigned To msv => mkv