View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033089 | Community | OCCT:Modeling Algorithms | public | 2022-08-04 06:18 | 2022-08-04 06:18 |
Reporter | qingfeng.xia_149921 | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Platform | Windows | OS | VC++ 2017 | ||
Product Version | 7.4.0 | ||||
Summary | 0033089: need API to control tolerance for BRepExtrema_DistShapeShape | ||||
Description | In the source code for BRepExtrema_DistShapeShape, we find it is slow, actually we sometimes does not need a high precision like 0.001, can we control the tol by adding a new API`SetTolerance()` Standard_Boolean BRepExtrema_DistShapeShape::Perform() { myIsDone=Standard_False; myInnerSol=Standard_False; mySolutionsShape1.Clear(); mySolutionsShape2.Clear(); if ( myShape1.IsNull() || myShape2.IsNull() ) return Standard_False; TopoDS_Vertex V; const Standard_Real tol = 0.001; | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-04 06:18 | qingfeng.xia_149921 | New Issue | |
2022-08-04 06:18 | qingfeng.xia_149921 | Assigned To | => msv |