Home
last modified time | relevance | path

Searched refs:Edg1 (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
53 myIndices.Edg1 = 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
59 myIndices.Edg1 = 0; in HLRAlgo_PolyInternalNode()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DHLRAlgo_PolyInternalNode.hxx39 Standard_Integer NdSg, Flag, Edg1, Edg2; member
59 myIndices.Edg1 = 0; in HLRAlgo_PolyInternalNode()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_PolyAlgo.cxx880 if (aNodeIndices1A.Edg1 == 0 || aNodeIndices1A.Edg1 == theIEdge) in InitBiPointsWithConnexity()
882 aNodeIndices1A.Edg1 = theIEdge; in InitBiPointsWithConnexity()
1042 if (aNod1AIndices->Edg1 == 0 || aNod1AIndices->Edg1 == theIEdge) in InitBiPointsWithConnexity()
1052 if (aNod2AIndices->Edg1 == 0 || aNod2AIndices->Edg1 == theIEdge) in InitBiPointsWithConnexity()
1593 aNod13Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
1784 aNod13Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
1789 aNod23Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
2032 aNod13Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
2037 aNod23Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
2042 aNod14Indices.Edg1 = theIEdge; in MoveOrInsertPoint()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draft/
H A DDraft_Modification_1.cxx1353 const TopoDS_Edge& Edg1 = Vinf.Edge(); in Perform() local
1355 Draft_EdgeInfo& Einf1 = myEMap.ChangeFromKey(Edg1); in Perform()
1365 std::cout << " Edg 1 :" << Vinf.Parameter(Edg1) << std::endl; in Perform()
1411 …Vinf.ChangeParameter(Edg1) = SmartParameter( Einf1, BRep_Tool::Tolerance(Edg1), pvt, done, S1, S2 … in Perform()
1414 Vinf.ChangeParameter(Edg1) = param; in Perform()