EWedgeShape::GetEdges

Retrieves each edge of the EWedgeShape.

Namespace: Euresys::Open_eVision_2_15

[C++]

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

Parameters

a

Org edge of the EWedgeShape.

AA

End edge of the EWedgeShape.

r

Inner edge of the EWedgeShape.

RR

Outer edge of the EWedgeShape.

EWedgeShape.GetEdges

Retrieves each edge of the EWedgeShape.

Namespace: Euresys.Open_eVision_2_15

[C#]

void GetEdges(
   Euresys.Open_eVision_2_15.ELine a,
   Euresys.Open_eVision_2_15.ELine AA,
   Euresys.Open_eVision_2_15.ECircle r,
   Euresys.Open_eVision_2_15.ECircle RR
)

Parameters

a

Org edge of the EWedgeShape.

AA

End edge of the EWedgeShape.

r

Inner edge of the EWedgeShape.

RR

Outer edge of the EWedgeShape.