mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -410,7 +410,7 @@ ProjLib_ComputeApproxOnPolarSurface::ProjLib_ComputeApproxOnPolarSurface
|
||||
{
|
||||
myTolerance = tol3d; //OCC217
|
||||
//myTolerance = Max(tolerance,Precision::PApproximation());
|
||||
const Handle_Adaptor2d_HCurve2d InitCurve2d ;
|
||||
const Handle(Adaptor2d_HCurve2d) InitCurve2d ;
|
||||
myBSpline = Perform(InitCurve2d,Curve,S);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user