Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx1612 if (dist < DistL) in FixHoles()
1614 DistL = dist; in FixHoles()
1619 if (dist < DistL) in FixHoles()
1621 DistL = dist; in FixHoles()
1628 if (DistL > MaxTol) in FixHoles()
1637 if (DistF < DistL) in FixHoles()
1639 DistL = RealLast(); in FixHoles()
1687 if (DistL <= MaxTol && IndexL != IndexF) in FixHoles()
1706 if (DistL <= CommonTol) in FixHoles()
1758 if (DistL <= MaxTol && IndexL != IndexF) in FixHoles()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1833 Standard_Real DistF, DistL, LeParamAmoi; in ChFi3d_FilCommonPoint() local
1841 DistL = (SP.Value()).Distance(BRep_Tool::Pnt(V[1])); in ChFi3d_FilCommonPoint()
1842 if (DistF<DistL) { Index_min = 0; in ChFi3d_FilCommonPoint()
1845 Dist = DistL; } in ChFi3d_FilCommonPoint()