EPointGauge::GetMeasuredPoint
Returns the coordinates of an edge-crossing point, measured along the unique sample path of the point location gauge.
Namespace: Euresys::Open_eVision
[C++]
EPoint
GetMeasuredPoint(
OEV_UINT32 index
)
Parameters
index
Index of the edge-crossing point along the probed line segment, between 0
and EPointGauge::NumMeasuredPoints
(excluded).
Remarks
These coordinates pertain to the World space; they are expressed in the reference frame to which the current EPointGauge
object belongs.
An EPointGauge
object features only one sample path, which contrasts with the other kinds of gauges. The argument index
specifies the index of the edge-crossing point that is considered along this unique sample path.
If index
is left unchanged from its default value (i.e. ~0 = 0xFFFFFFFF
), the default edge-crossing point is inspected. This default point is chosen according to the transition choice parameter that is managed by the EPointGauge::TransitionChoice
property.
Note. For this method to succeed, it is necessary to previously call EPointGauge::Measure
.
EPointGauge.GetMeasuredPoint
Returns the coordinates of an edge-crossing point, measured along the unique sample path of the point location gauge.
Namespace: Euresys.Open_eVision
[C#]
EPoint
GetMeasuredPoint(
uint index
)
Parameters
index
Index of the edge-crossing point along the probed line segment, between 0
and EPointGauge.NumMeasuredPoints
(excluded).
Remarks
These coordinates pertain to the World space; they are expressed in the reference frame to which the current EPointGauge
object belongs.
An EPointGauge
object features only one sample path, which contrasts with the other kinds of gauges. The argument index
specifies the index of the edge-crossing point that is considered along this unique sample path.
If index
is left unchanged from its default value (i.e. ~0 = 0xFFFFFFFF
), the default edge-crossing point is inspected. This default point is chosen according to the transition choice parameter that is managed by the EPointGauge.TransitionChoice
property.
Note. For this method to succeed, it is necessary to previously call EPointGauge.Measure
.
EPointGauge.GetMeasuredPoint
Returns the coordinates of an edge-crossing point, measured along the unique sample path of the point location gauge.
Module: open_evision
Parameters
index
Index of the edge-crossing point along the probed line segment, between 0
and EPointGauge.NumMeasuredPoints
(excluded).
Remarks
These coordinates pertain to the World space; they are expressed in the reference frame to which the current EPointGauge
object belongs.
An EPointGauge
object features only one sample path, which contrasts with the other kinds of gauges. The argument index
specifies the index of the edge-crossing point that is considered along this unique sample path.
If index
is left unchanged from its default value (i.e. ~0 = 0xFFFFFFFF
), the default edge-crossing point is inspected. This default point is chosen according to the transition choice parameter that is managed by the EPointGauge.TransitionChoice
property.
Note. For this method to succeed, it is necessary to previously call EPointGauge.Measure
.