EPointGauge::GetTransitionChoice

EPointGauge::SetTransitionChoice

Transition choice.

Namespace: Euresys::Open_eVision_2_11

[C++]

Euresys::Open_eVision_2_11::ETransitionChoice GetTransitionChoice()

void SetTransitionChoice(Euresys::Open_eVision_2_11::ETransitionChoice eTransitionChoice)

Remarks

Several peaks may be detected along a point location gauge. This parameter helps to select the desired transition. In case of ETransitionChoice_NthFromBegin or ETransitionChoice_NthFromEnd transition choice, set EPointGauge::TransitionIndex to specify the desired transition. By default, the selected transition corresponds to the one with the largest amplitude (ETransitionChoice_LargestAmplitude).

EPointGauge.TransitionChoice

Transition choice.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ETransitionChoice TransitionChoice

{ get; set; }

Remarks

Several peaks may be detected along a point location gauge. This parameter helps to select the desired transition. In case of NthFromBegin or NthFromEnd transition choice, set EPointGauge::TransitionIndex to specify the desired transition. By default, the selected transition corresponds to the one with the largest amplitude (LargestAmplitude).