Operator Reference
get_metrology_object_result_contour (Operator)
get_metrology_object_result_contour — Query the result contour of a metrology object.
Signature
get_metrology_object_result_contour( : Contour : MetrologyHandle, Index, Instance, Resolution : )
Description
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.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
Contour (output_object) xld_cont(-array) → object
Result contour for the given metrology object.
MetrologyHandle (input_control) metrology_model → (handle)
Handle of the metrology model.
Index (input_control) integer(-array) → (integer / string)
Index of the metrology object.
Default: 0
Suggested values: 'all', 0, 1, 2
Instance (input_control) integer(-array) → (string / integer)
Instance of the metrology object.
Default: 'all'
Suggested values: 'all', 0, 1, 2
Resolution (input_control) real → (real)
Distance between neighboring contour points.
Default: 1.5
Restriction:
Resolution >= 1.192e-7
Result
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.
Possible Predecessors
See also
get_metrology_object_result,
get_metrology_object_measures
Module
2D Metrology