Home
last modified time | relevance | path

Searched refs:aST2 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineConstructor.cxx275 GeomAbs_SurfaceType aST1, aST2; in Perform() local
277 aST2 = myHS2->GetType(); in Perform()
281 if (aST2==GeomAbs_SurfaceOfExtrusion || in Perform()
282 aST2==GeomAbs_SurfaceOfRevolution) {//+zft in Perform()
286 else if (aST2==GeomAbs_Plane) { in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_DebugCommands.cxx240 char buf[64], aST1[10], aST2[10]; in bopiterator() local
258 GetNameByType(aT[j], aST2); in bopiterator()
264 Sprintf(buf, "%s/%s: (z%d z%d)\n", aST1, aST2, n1, n2); in bopiterator()
277 GetNameByType(aT2, aST2); in bopiterator()
283 Sprintf(buf, "%s/%s: (z%d z%d)\n", aST1, aST2, n1, n2); in bopiterator()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx508 GeomAbs_SurfaceType aST1, aST2; in ChFi3d_KParticular() local
511 aST2=S2.GetType(); in ChFi3d_KParticular()
513 bIsPlane2=(aST2==GeomAbs_Plane); in ChFi3d_KParticular()
521 aST2=aS2.GetType(); in ChFi3d_KParticular()
523 if (!(aST2==GeomAbs_Plane || aST2==GeomAbs_Cylinder || aST2==GeomAbs_Cone)) { in ChFi3d_KParticular()
535 if (aST2==GeomAbs_Plane){ in ChFi3d_KParticular()
540 else if (aST2==GeomAbs_Cylinder) { in ChFi3d_KParticular()
551 else if(aST2==GeomAbs_Cone) { in ChFi3d_KParticular()