Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmisc.h128 int ElementOrientation (ElementType *e);
H A Dmisc.c2737 ElementOrientation (ElementType *e) in ElementOrientation() function
2811 printf("%d %s\n", ElementOrientation(element), NAMEONPCB_NAME(element)); in ActionListRotations()
H A Daction.c7198 er = ElementOrientation (e); in ActionElementList()
7202 pr = ElementOrientation (pe); in ActionElementList()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dHatch/
H A DGeom2dHatch_Hatcher.cxx781 TopAbs_Orientation ElementOrientation = Element.Orientation() ; in GlobalTransition() local
782 Standard_Boolean ToReverse = (ElementOrientation == TopAbs_REVERSED); in GlobalTransition()
820 if (ElementOrientation == TopAbs_INTERNAL) in GlobalTransition()
823 else if (ElementOrientation == TopAbs_EXTERNAL) in GlobalTransition()