View Issue Details

IDProjectCategoryView StatusLast Update
0033089CommunityOCCT:Modeling Algorithmspublic2022-08-04 06:18
Reporterqingfeng.xia_149921 Assigned Tomsv 
PrioritynormalSeverityfeature 
Status newResolutionopen 
PlatformWindowsOSVC++ 2017 
Product Version7.4.0 
Summary0033089: 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;
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

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