EWedge::GetEdges
Retrieves each edge of the EWedge.
Namespace: Euresys::Open_eVision_23_04
[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_23_04
[C#]
void GetEdges(
Euresys.Open_eVision_23_04.ELine a,
Euresys.Open_eVision_23_04.ELine AA,
Euresys.Open_eVision_23_04.ECircle r,
Euresys.Open_eVision_23_04.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.