mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0027884: Modeling Algorithms - Possible improvement for 2d classifier
Added the implementation of bndbox<->line and bndbox<->segment intersections for 2D to Bnd_Box2d Added the speedup for 2d classification to BRepClass_Intersector.cxx Added the test for our improvement
This commit is contained in:
@@ -129,7 +129,7 @@ Standard_Boolean BRepClass3d_SolidExplorer::FindAPointInTheFace
|
||||
{
|
||||
T.SetCoord ( y, -x);
|
||||
}
|
||||
Standard_Real ParamInit = RealLast();
|
||||
Standard_Real ParamInit = Precision::Infinite();
|
||||
Standard_Real TolInit = 0.00001;
|
||||
Standard_Boolean APointExist = Standard_False;
|
||||
|
||||
|
Reference in New Issue
Block a user