Lines Matching refs:myFAttach
373 if ( myFAttach.IsEqual(mySAttach, confusion) ) in ComputeSelection()
375 attach = myFAttach; in ComputeSelection()
394 Standard_Real udeb = ElCLib::Parameter(thecirc->Circ(),myFAttach); in ComputeSelection()
402 ComputeAttach(thecirc->Circ(),myFAttach,mySAttach,attach); in ComputeSelection()
408 Standard_Real udeb = ElCLib::Parameter(theEll->Elips(),myFAttach); in ComputeSelection()
416 ComputeAttach(theEll->Elips(),myFAttach,mySAttach,attach); in ComputeSelection()
420 seg = new Select3D_SensitiveSegment(own, myFAttach, mySAttach); in ComputeSelection()
424 gp_Vec v1 (myFAttach, mySAttach); in ComputeSelection()
425 gp_Vec v2 (myFAttach, myPosition); in ComputeSelection()
432 gp_Lin ll (myFAttach, gp_Dir(v1)); in ComputeSelection()
538 myFAttach = mySAttach = thelin->Lin().Location(); in ComputeTwoLinesPresentation()
543 curpos = myFAttach.Translated(transvec); in ComputeTwoLinesPresentation()
548 …myFAttach = mySAttach = ElCLib::Value(ElCLib::Parameter(thelin->Lin(),myPosition),thelin->Lin()); … in ComputeTwoLinesPresentation()
554 myFAttach, in ComputeTwoLinesPresentation()
607 myFAttach = ElCLib::Value(pmiddle-delta, thelin->Lin()); in ComputeTwoLinesPresentation()
616 myFAttach = ElCLib::Value(tabRang1[1]-delta1/2., thelin->Lin()); in ComputeTwoLinesPresentation()
625 myFAttach = tabRang2[1]; in ComputeTwoLinesPresentation()
632 myFAttach = tabRang2[1]; in ComputeTwoLinesPresentation()
636 myFAttach.SetXYZ((tabRang2[0].XYZ() + tabRang2[1].XYZ())/2. ); in ComputeTwoLinesPresentation()
638 middle.SetXYZ( (myFAttach.XYZ() + mySAttach.XYZ() )/2.); in ComputeTwoLinesPresentation()
644 gp_Vec vtrans(myFAttach, mySAttach); in ComputeTwoLinesPresentation()
665 Standard_Real pf = ElCLib::Parameter(thelin->Lin() ,myFAttach); in ComputeTwoLinesPresentation()
685 myFAttach, in ComputeTwoLinesPresentation()
725 myFAttach = ElCLib::Value(Modulo2PI(pfirst1-rad), thecirc->Circ()); in ComputeTwoCirclesPresentation()
793 myFAttach = ElCLib::Value(pFAttach, thecirc->Circ()); in ComputeTwoCirclesPresentation()
921 myFAttach = firstp; in ComputeTwoCirclesPresentation()
932 ComputeAttach(thecirc->Circ(),myFAttach,mySAttach,attach); in ComputeTwoCirclesPresentation()
938 myFAttach, in ComputeTwoCirclesPresentation()
964 myFAttach = ElCLib::Value(Modulo2PI(pmiddle - rad),thecirc->Circ()); in ComputeAutoArcPresentation()
993 gp_Vec vprec(myCenter, myFAttach); in ComputeNotAutoCircPresentation()
1002 myFAttach = ElCLib::Value(pFAttach,cirNotAuto->Circ()); in ComputeNotAutoCircPresentation()
1029 myFAttach = pntfirst; in ComputeNotAutoArcPresentation()
1040 myFAttach = ElCLib::Value(pcurpos - rad, cirNotAuto); in ComputeNotAutoArcPresentation()
1080 myFAttach = ElCLib::Value(Modulo2PI(pfirst1-rad), theEll->Elips()); in ComputeTwoEllipsesPresentation()
1148 myFAttach = ElCLib::Value(pFAttach, theEll->Elips()); in ComputeTwoEllipsesPresentation()
1276 myFAttach = firstp; in ComputeTwoEllipsesPresentation()
1287 ComputeAttach(theEll->Elips(),myFAttach,mySAttach,attach); in ComputeTwoEllipsesPresentation()
1292 myFAttach, in ComputeTwoEllipsesPresentation()
1320 myFAttach = ElCLib::Value(Modulo2PI(pmiddle - rad),anEll); in ComputeAutoArcPresentation()
1349 gp_Vec vprec(myCenter, myFAttach); in ComputeNotAutoElipsPresentation()
1361 myFAttach = ElCLib::Value(pFAttach,anEll); in ComputeNotAutoElipsPresentation()
1388 myFAttach = pntfirst; in ComputeNotAutoArcPresentation()
1402 myFAttach = ElCLib::Value(pcurpos - rad, anEll); in ComputeNotAutoArcPresentation()
1418 PrsDim::ComputeGeometry(FVertex, myFAttach, myPlane, isOnPlane1); in ComputeTwoVerticesPresentation()
1433 myFAttach = BRep_Tool::Pnt(FVertex); in ComputeTwoVerticesPresentation()
1434 mySAttach = myFAttach; in ComputeTwoVerticesPresentation()
1476 curpos = myFAttach.Translated(gp_Vec(myDir)*symbsize) ; in ComputeTwoVerticesPresentation()
1481 curpos = myFAttach; in ComputeTwoVerticesPresentation()
1498 myFAttach, in ComputeTwoVerticesPresentation()
1502 ComputeProjVertexPresentation(aPrs,FVertex,myFAttach); in ComputeTwoVerticesPresentation()
1607 if ( !myFAttach.IsEqual(firstP, Precision::Confusion()) ) in ComputeLineDirection()
1651 PrsDim::ComputeGeometry(V, myFAttach, myPlane, isOnPlanVertex); in ComputeOneEdgeOVertexPresentation()
1665 myFAttach = BRep_Tool::Pnt(V); in ComputeOneEdgeOVertexPresentation()
1666 mySAttach = myFAttach; in ComputeOneEdgeOVertexPresentation()
1682 myDir.SetXYZ(myFAttach.XYZ() - CIR->Location().XYZ()); in ComputeOneEdgeOVertexPresentation()
1687 myDir.SetXYZ(myFAttach.XYZ() - CIR->Location().XYZ()); in ComputeOneEdgeOVertexPresentation()
1691 curpos = myFAttach.Translated(gp_Vec(myDir)*symbsize) ; in ComputeOneEdgeOVertexPresentation()
1704 myFAttach, in ComputeOneEdgeOVertexPresentation()