Home
last modified time | relevance | path

Searched refs:Edg2 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DHLRAlgo_PolyInternalNode.hxx39 Standard_Integer NdSg, Flag, Edg1, Edg2; member
54 myIndices.Edg2 = 0; in HLRAlgo_PolyInternalNode()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRAlgo/
H A DHLRAlgo_PolyInternalNode.hxx39 Standard_Integer NdSg, Flag, Edg1, Edg2; member
60 myIndices.Edg2 = 0; in HLRAlgo_PolyInternalNode()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DHLRAlgo_PolyInternalNode.hxx39 Standard_Integer NdSg, Flag, Edg1, Edg2; member
60 myIndices.Edg2 = 0; in HLRAlgo_PolyInternalNode()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_PolyAlgo.cxx887 aNodeIndices1A.Edg2 = theIEdge; in InitBiPointsWithConnexity()
899 else if (aNode12Indices->Edg2 == theIEdge) { U2 = aNod12RValues->PCu2; } in InitBiPointsWithConnexity()
1049 aNod1AIndices->Edg2 = theIEdge; in InitBiPointsWithConnexity()
1059 aNod2AIndices->Edg2 = theIEdge; in InitBiPointsWithConnexity()
1074 else if (aNode12Indices->Edg2 == theIEdge) { U2 = aNod12RValues->PCu2; } in InitBiPointsWithConnexity()
1539 else if (theNod11Indices.Edg2 == theIEdge) { theNod11RValues.PCu2 = theU3; } in MoveOrInsertPoint()
1574 else if (theNod12Indices.Edg2 == theIEdge) { theNod12RValues.PCu2 = theU3; } in MoveOrInsertPoint()
1695 else if (theNod11Indices.Edg2 == theIEdge) { theNod11RValues.PCu2 = theU3; } in MoveOrInsertPoint()
1708 else if (theNod21Indices.Edg2 == theIEdge) { theNod21RValues.PCu2 = theU3; } in MoveOrInsertPoint()
1748 else if (theNod12Indices.Edg2 == theIEdge) { theNod12RValues.PCu2 = theU3; } in MoveOrInsertPoint()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draft/
H A DDraft_Modification_1.cxx1373 const TopoDS_Edge& Edg2 = Vinf.Edge(); in Perform() local
1375 Draft_EdgeInfo& Einf2 = myEMap.ChangeFromKey(Edg2); in Perform()
1378 Einf2.Geometry()->D0(Vinf.Parameter(Edg2), opvt); in Perform()
1397 …Vinf.ChangeParameter(Edg2) = SmartParameter( Einf2, BRep_Tool::Tolerance(Edg2), pvt, done, S1, S2 … in Perform()
1400 Vinf.ChangeParameter(Edg2) = param; in Perform()