View Issue Details

IDProjectCategoryView StatusLast Update
0025393CommunityOCCT:Modeling Datapublic2015-07-23 16:47
Reportersimon C Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformWindowsOSVC++ 2008 
Product Version6.7.0 
Summary0025393: GeomLib_Tool::parameter send back erroneous result for parametric curves
DescriptionReturns true instead of false.
Error is located L314 :

if( iMin != 0 && Dist2Min <= aTol * aTol ) U = (extrema.Point(iMin)).Parameter();
else return Standard_False; //CORRECTION: added line//
}
else { return Standard_False; }
Steps To ReproduceNot required
TagsNo tags attached.
Test case numberNot neded

Relationships

duplicate of 0025048 closedbugmaster Wrong return value of GeomLib_Tool::Parameter 

Activities

ifv

2015-07-10 14:14

developer   ~0042913

bug is dublicate of 25048

msv

2015-07-10 16:07

developer   ~0042922

Reviewed.

Issue History

Date Modified Username Field Change
2014-10-17 16:42 simon C New Issue
2014-10-17 16:42 simon C Assigned To => ifv
2015-05-22 10:58 ifv Relationship added related to 0025048
2015-07-10 14:12 ifv Status new => assigned
2015-07-10 14:14 ifv Note Added: 0042913
2015-07-10 14:14 ifv Assigned To ifv => msv
2015-07-10 14:14 ifv Status assigned => resolved
2015-07-10 14:14 ifv Steps to Reproduce Updated
2015-07-10 14:14 ifv Relationship replaced duplicate of 0025048
2015-07-10 16:07 msv Note Added: 0042922
2015-07-10 16:07 msv Assigned To msv => bugmaster
2015-07-10 16:07 msv Status resolved => reviewed
2015-07-23 16:38 bugmaster Status reviewed => closed
2015-07-23 16:38 bugmaster Resolution open => fixed
2015-07-23 16:47 bugmaster Test case number => Not neded
2015-07-23 16:47 bugmaster Description Updated