Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_FeatureCommands.cxx1060 static GeomAbs_JoinType TheJoin = GeomAbs_Arc; variable
1079 switch (TheJoin) { in offsetparameter()
1103 if (!strcmp(a[3], "a")) TheJoin = GeomAbs_Arc; in offsetparameter()
1104 else if (!strcmp(a[3], "i")) TheJoin = GeomAbs_Intersection; in offsetparameter()
1105 else if (!strcmp(a[3], "t")) TheJoin = GeomAbs_Tangent; in offsetparameter()
1128 TheOffset.Initialize(S, Of, TheTolerance, BRepOffset_Skin, TheInter, 0, TheJoin, in offsetload()