Operators |
get_metrology_object_result_contour — Query the result contour of a metrology object.
get_metrology_object_result_contour( : Contour : MetrologyHandle, Index, Instance, Resolution : )
get_metrology_object_result_contour returns for the chosen metrology objects and object instances, the result contours of a measurement performed by apply_metrology_model in image coordinates.
For an explanation of the concept of 2D metrology see the introduction of chapter 2D Metrology.
The metrology model is defined by the handle MetrologyHandle. The parameter Index specifies for which metrology objects the result contours are queried. For Index set to 'all' , the result contours of all metrology objects are returned. If for a metrology object several results (instances) were computed, then the parameter Instance specifies, for which instances the result contours are returned in Contour. The result contours for all instances are obtained by setting Instance to 'all' .
The resolution of the resulting contour Contour is controlled via Resolution containing the Euclidean distance between neighboring contour points in pixel. If the input value falls below the minimal possible value (1.192e-7), then the resolution is set internally to the smallest valid value.
Result contour for the given metrology object.
Handle of the metrology model.
Index of the metrology object.
Default value: 'all'
Suggested values: 'all' , 0, 1, 2
Instance of the metrology object.
Default value: 'all'
Suggested values: 'all' , 0, 1, 2
Distance between neighboring contour points.
Default value: 1.5
Restriction: Resolution >= 1.192e-7
If the parameters are valid, the operator get_metrology_object_result_contour returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
get_metrology_object_result, get_metrology_object_measures
2D Metrology
Operators |