EWedgeShape::SetDiameters

Sets the nominal inner/outer diameter and breadth of the EWedgeShape.

Namespace: Euresys::Open_eVision_2_11

[C++]

void SetDiameters(
   float diameter,
   float breadth
)

Parameters

diameter

Outer diameter of the EWedgeShape. The default value is 100.

breadth

Breadth of the EWedgeShape. It must be negative or zero. Its default value is -50.

Remarks

A EWedgeShape is fully defined knowing its nominal position (given by the coordinates of its center), its nominal outer radius (diameter), its breadth, the angular position from where it extents, its angular amplitude and its outline tolerance.
By default, the EWedgeShape diameter value is 100, which means 100 pixels when the field of view is not calibrated and 100 "units" in case of a calibrated field of view.

EWedgeShape.SetDiameters

Sets the nominal inner/outer diameter and breadth of the EWedgeShape.

Namespace: Euresys.Open_eVision_2_11

[C#]

void SetDiameters(
   float diameter,
   float breadth
)

Parameters

diameter

Outer diameter of the EWedgeShape. The default value is 100.

breadth

Breadth of the EWedgeShape. It must be negative or zero. Its default value is -50.

Remarks

A EWedgeShape is fully defined knowing its nominal position (given by the coordinates of its center), its nominal outer radius (diameter), its breadth, the angular position from where it extents, its angular amplitude and its outline tolerance.
By default, the EWedgeShape diameter value is 100, which means 100 pixels when the field of view is not calibrated and 100 "units" in case of a calibrated field of view.