View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025554 | Community | OCCT:Modeling Algorithms | public | 2014-12-04 14:01 | 2022-10-24 10:42 |
Reporter | Markus | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 6.8.0 | ||||
Target Version | 7.8.0 | ||||
Summary | 0025554: BRepExtrema_DistShapeShape ignores arguments Extrema_ExtAlgo and Extrema_ExtFlag | ||||
Description | In the constructors of BRepExtrema_DistShapeShape you can define the arguments for Extrema_ExtAlgo and Extrema_ExtFlag. However, these arguments are never used. I think these arguments should be simply added when BRepExtrema_DistanceSS is created in BRepExtrema_DistShapeShape::DistanceMapMap. So, it would be a quite simple fix. BRepExtrema_DistanceSS aDistTool (aShape1, aShape2, aBox1, aBox2, myDistRef, myEps); should become: BRepExtrema_DistanceSS aDistTool (aShape1, aShape2, aBox1, aBox2, myDistRef, myEps, myFlag, myAlgo); | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-12-04 14:01 | Timo | New Issue | |
2014-12-04 14:01 | Timo | Assigned To | => msv |
2014-12-04 14:11 | Timo | Relationship added | related to 0022322 |
2015-08-12 10:06 | Timo | Relationship added | related to 0026544 |
2015-10-28 17:53 |
|
Target Version | 7.0.0 => 7.1.0 |
2016-10-28 17:03 |
|
Target Version | 7.1.0 => 7.2.0 |
2017-05-31 15:38 | Timo | Reporter | Timo => Markus |
2017-07-21 11:16 |
|
Target Version | 7.2.0 => 7.3.0 |
2017-12-05 17:01 |
|
Target Version | 7.3.0 => 7.4.0 |
2019-08-12 16:37 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:56 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-08-29 18:53 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:42 |
|
Target Version | 7.7.0 => 7.8.0 |