ERectangleGauge::GetActive

ERectangleGauge::SetActive

Sets the flag indicating whether the gauge is active or not.

Namespace: Euresys::Open_eVision

[C++]

bool GetActive()

void SetActive(bool active)

Remarks

When complex gauging is required, several gauges can be grouped together. Applying ERectangleGauge::Process to the mother gauge or shape triggers the measurement of the whole. Only the active gauges will participate in the process. By default, the gauge is active (true).

ERectangleGauge.Active

Sets the flag indicating whether the gauge is active or not.

Namespace: Euresys.Open_eVision

[C#]

new bool Active

{ get; set; }

Remarks

When complex gauging is required, several gauges can be grouped together. Applying ERectangleGauge.Process to the mother gauge or shape triggers the measurement of the whole. Only the active gauges will participate in the process. By default, the gauge is active (true).

ERectangleGauge.Active

Sets the flag indicating whether the gauge is active or not.

Module: open_evision

[Python]

Active: bool

{get; set}

Remarks

When complex gauging is required, several gauges can be grouped together. Applying ERectangleGauge.Process to the mother gauge or shape triggers the measurement of the whole. Only the active gauges will participate in the process. By default, the gauge is active (true).