Home
last modified time | relevance | path

Searched refs:anIndx (Results 1 – 6 of 6) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BinMNaming/
H A DBinMNaming_NamingDriver.cxx177 Standard_Integer anIndx; in Paste() local
206 ok = theSource >> anIndx; in Paste()
208 if(anIndx > 0) { in Paste()
222 aName.Index(anIndx); in Paste()
279 ok = theSource >> anIndx; in Paste()
324 Standard_Integer anIndx; in Paste() local
333 anIndx = 0; i++; in Paste()
336 if (anIndx == 0) in Paste()
349 if (anIndx == 0) in Paste()
352 anIndx = 0; in Paste()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_BOPCommands.cxx683 TCollection_AsciiString anIndx(i), aNmx; in bopcurves() local
684 aNmx = aNm + anIndx; in bopcurves()
699 pc1Nx = pc1N + anIndx; in bopcurves()
708 pc2Nx = pc2N + anIndx; in bopcurves()
740 TCollection_AsciiString anIndx(i), aNmx; in bopcurves() local
741 aNmx = aNp + anIndx; in bopcurves()
/dports/cad/opencascade/opencascade-7.6.0/src/IntStart/
H A DIntStart_SearchOnBoundaries.gxx669 Standard_Integer anIndx = -1;
677 anIndx = pSol->GetPointState(aSI(i).Index());
681 gp_Pnt aPnt(anIndx < 0 ? Func.LastComputedPoint() : Func.Valpoint(anIndx));
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntStart_SearchOnBoundaries.gxx669 Standard_Integer anIndx = -1;
677 anIndx = pSol->GetPointState(aSI(i).Index());
681 gp_Pnt aPnt(anIndx < 0 ? Func.LastComputedPoint() : Func.Valpoint(anIndx));
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntStart_SearchOnBoundaries.gxx669 Standard_Integer anIndx = -1;
677 anIndx = pSol->GetPointState(aSI(i).Index());
681 gp_Pnt aPnt(anIndx < 0 ? Func.LastComputedPoint() : Func.Valpoint(anIndx));
/dports/cad/opencascade/opencascade-7.6.0/src/BinTools/
H A DBinTools_ShapeSet.cxx522 Standard_Integer anIndx; in ReadSubs() local
523 BinTools::GetInteger(IS, anIndx); in ReadSubs()
524 S = Shape (nbshapes - anIndx + 1); in ReadSubs()