View Issue Details

IDProjectCategoryView StatusLast Update
0025554CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReporterMarkus Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version6.8.0 
Target VersionUnscheduled 
Summary0025554: BRepExtrema_DistShapeShape ignores arguments Extrema_ExtAlgo and Extrema_ExtFlag
DescriptionIn 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);

TagsNo tags attached.
Test case number

Relationships

related to 0022322 closedbugmaster Open CASCADE Improvement of Extrema performance 
related to 0026544 newmsv Community BRepExtrema_DistShapeShape and Extrema_ExtFlag 

Activities

There are no notes attached to this issue.

Issue History

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 msv Target Version 7.0.0 => 7.1.0
2016-10-28 17:03 msv Target Version 7.1.0 => 7.2.0
2017-05-31 15:38 Timo Reporter Timo => Markus
2017-07-21 11:16 msv Target Version 7.2.0 => 7.3.0
2017-12-05 17:01 msv Target Version 7.3.0 => 7.4.0
2019-08-12 16:37 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:56 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:53 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:42 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled