EWedge::GetEdges

Retrieves each edge of the EWedge.

Namespace: Euresys::Open_eVision

[C++]

void GetEdges(
   ELine& a,
   ELine& AA,
   ECircle& r,
   ECircle& RR
)

Parameters

a

Org edge of the EWedge.

AA

End edge of the EWedge.

r

Inner edge of the EWedge.

RR

Outer edge of the EWedge.

EWedge.GetEdges

Retrieves each edge of the EWedge.

Namespace: Euresys.Open_eVision

[C#]

void GetEdges(
   ELine a,
   ELine AA,
   ECircle r,
   ECircle RR
)

Parameters

a

Org edge of the EWedge.

AA

End edge of the EWedge.

r

Inner edge of the EWedge.

RR

Outer edge of the EWedge.

EWedge.GetEdges

Retrieves each edge of the EWedge.

Module: open_evision

[Python]

GetEdges(
    a: ELine
    AA: ELine
    r: ECircle
    RR: ECircle
) -> None

Parameters

a

Org edge of the EWedge.

AA

End edge of the EWedge.

r

Inner edge of the EWedge.

RR

Outer edge of the EWedge.