View Issue Details

IDProjectCategoryView StatusLast Update
0031317Open CASCADEOCCT:Foundation Classespublic2023-08-01 15:08
ReporterabvAssigned Toabv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Target VersionUnscheduled 
Summary0031317: Foundation Classes - confusing overloads of method gp_XY::SetCoord()
DescriptionMethod gp_XY::SetCoord() has two overloads:

void SetCoord (const Standard_Integer Index, const Standard_Real Xi);
void SetCoord (const Standard_Real X, const Standard_Real Y);

This is quite confusing because the user aware of existence of the second method can call SetCoord (1, 0) assuming that the vector should be set to [1, 0], but instead this call will set X to 0.
TagsNo tags attached.
Test case number

Activities

BenjaminBihler

2020-01-24 09:40

updater   ~0090036

This is one of the drawbacks of abbreviations. In our code here we would write "SetCoordinates" and "SetCoordinate" and there would be no confusion. :)

Issue History

Date Modified Username Field Change
2020-01-23 19:09 abv New Issue
2020-01-23 19:09 abv Assigned To => abv
2020-01-24 09:40 BenjaminBihler Note Added: 0090036
2020-09-25 20:35 abv Target Version 7.5.0 => 7.6.0
2021-09-20 10:27 kgv Target Version 7.6.0 => 7.7.0
2022-10-24 10:40 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled