EPointGauge::GetRectangularSamplingArea

EPointGauge::SetRectangularSamplingArea

Flag indicating whether the sampling area remains a rectangle when rotated, instead of becoming a parallelogram.

Namespace: Euresys::Open_eVision_2_11

[C++]

BOOL GetRectangularSamplingArea()

void SetRectangularSamplingArea(BOOL bRectangularSamplingArea)

Remarks

By default, this flag is set to TRUE: the sampling area always remains a rectangle. Setting this property is only useful when the thickness transition parameter is greater than 1. In fact, when thickness transition parameter is equal to 1, rectangle and parallelogram reduce to the same segment.

EPointGauge.RectangularSamplingArea

Flag indicating whether the sampling area remains a rectangle when rotated, instead of becoming a parallelogram.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool RectangularSamplingArea

{ get; set; }

Remarks

By default, this flag is set to TRUE: the sampling area always remains a rectangle. Setting this property is only useful when the thickness transition parameter is greater than 1. In fact, when thickness transition parameter is equal to 1, rectangle and parallelogram reduce to the same segment.