Documentation Portal      

What are you looking for?

ECircleRegion::ECircleRegion

Constructs an ECircleRegion context.

Namespace: Euresys::Open_eVision_2_10

[C++]

void ECircleRegion(
)

void ECircleRegion(
   float centerX,
   float centerY,
   float radius
)

void ECircleRegion(
   const EPoint& center,
   float radius
)

void ECircleRegion(
   const EPoint& pt1,
   const EPoint& pt2,
   const EPoint& pt3
)

void ECircleRegion(
   const ECircle& circle
)

void ECircleRegion(
   const ECircleRegion& other
)

Parameters

centerX

The abscissa of the center of the ECircleRegion.

centerY

The ordinate of the center of the ECircleRegion.

radius

The radius of the ECircleRegion.

center

The center of the ECircleRegion.

pt1

One of the three points defining the ECircleRegion.

pt2

One of the three points defining the ECircleRegion.

pt3

One of the three points defining the ECircleRegion.

circle

The result of an ECircleGauge object.

other

ECircleRegion context to copy.

Remarks

When defining a ECircleRegion, the resulting radius value must not be 0 else an EError is thrown.
When defining a ECircleRegion, the resulting radius value must be small enough so that the region fit in memory.
When defining a ECircleRegion with three points, they must be non aligned else an EError is thrown.

ECircleRegion.ECircleRegion

Constructs an ECircleRegion context.

Namespace: Euresys.Open_eVision_2_10

[C#]

void ECircleRegion(
)

void ECircleRegion(
   float centerX,
   float centerY,
   float radius
)

void ECircleRegion(
   Euresys.Open_eVision_2_10.EPoint center,
   float radius
)

void ECircleRegion(
   Euresys.Open_eVision_2_10.EPoint pt1,
   Euresys.Open_eVision_2_10.EPoint pt2,
   Euresys.Open_eVision_2_10.EPoint pt3
)

void ECircleRegion(
   Euresys.Open_eVision_2_10.ECircle circle
)

void ECircleRegion(
   Euresys.Open_eVision_2_10.ECircleRegion other
)

Parameters

centerX

The abscissa of the center of the ECircleRegion.

centerY

The ordinate of the center of the ECircleRegion.

radius

The radius of the ECircleRegion.

center

The center of the ECircleRegion.

pt1

One of the three points defining the ECircleRegion.

pt2

One of the three points defining the ECircleRegion.

pt3

One of the three points defining the ECircleRegion.

circle

The result of an ECircleGauge object.

other

ECircleRegion context to copy.

Remarks

When defining a ECircleRegion, the resulting radius value must not be 0 else an EError is thrown.
When defining a ECircleRegion, the resulting radius value must be small enough so that the region fit in memory.
When defining a ECircleRegion with three points, they must be non aligned else an EError is thrown.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121