Home
last modified time | relevance | path

Searched refs:anAngularTol (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BndLib/
H A DBndLib_AddSurface.cxx189 const Standard_Real anAngularTol = RealEpsilon(); in TreatInfinitePlane() local
194 if (aNorm.IsParallel(gp::DX(), anAngularTol)) { in TreatInfinitePlane()
200 } else if (aNorm.IsParallel(gp::DY(), anAngularTol)) { in TreatInfinitePlane()
206 } else if (aNorm.IsParallel(gp::DZ(), anAngularTol)) { in TreatInfinitePlane()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx3205 const Standard_Real anAngularTol = 0.025; in PerformCorner() local
3256 if (T1.Angle(T2) >= M_PI - anAngularTol) in PerformCorner()