Home
last modified time | relevance | path

Searched refs:aST1 (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
276 aST1 = myHS1->GetType(); in Perform()
280 if (aST1==GeomAbs_Plane) { in Perform()
287 if (aST1==GeomAbs_SurfaceOfExtrusion || in Perform()
288 aST1==GeomAbs_SurfaceOfRevolution) {//+zft 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
255 GetNameByType(aT[i], aST1); in bopiterator()
264 Sprintf(buf, "%s/%s: (z%d z%d)\n", aST1, aST2, n1, n2); in bopiterator()
276 GetNameByType(aT1, aST1); 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
510 aST1=S1.GetType(); in ChFi3d_KParticular()
512 bIsPlane1=(aST1==GeomAbs_Plane); in ChFi3d_KParticular()
520 aST1=aS1.GetType(); in ChFi3d_KParticular()