ECircleGauge::GetMeasuredCircle

Information pertaining to the fitted circle.

Namespace: Euresys::Open_eVision

[C++]

ECircle GetMeasuredCircle()

Remarks

Use method EShape::GetFound to get the status of the measurement. ECircleGauge::MeasuredCircle returns a successful fitted circle if EShape::GetFound is true, otherwise it returns the orginal (nominal) circle.

ECircleGauge.MeasuredCircle

Information pertaining to the fitted circle.

Namespace: Euresys.Open_eVision

[C#]

ECircle MeasuredCircle

{ get; }

Remarks

Use method EShape.GetFound to get the status of the measurement. ECircleGauge.MeasuredCircle returns a successful fitted circle if EShape.GetFound is true, otherwise it returns the orginal (nominal) circle.

ECircleGauge.MeasuredCircle

Information pertaining to the fitted circle.

Module: open_evision

[Python]

MeasuredCircle: ECircle

{get}

Remarks

Use method EShape.GetFound to get the status of the measurement. ECircleGauge.MeasuredCircle returns a successful fitted circle if EShape.GetFound is true, otherwise it returns the orginal (nominal) circle.