clear_metrology_model
— Delete a metrology model and free the allocated memory.
clear_metrology_model( : : MetrologyHandle : )
clear_metrology_model
deletes a metrology model that was
created by create_metrology_model
, copy_metrology_model
,
read_metrology_model
, or deserialize_metrology_model
.
Note that by deleting the model also the including
metrology objects are deleted. All memory used by the metrology
model and the metrology objects is freed. The handle of the model is
passed in MetrologyHandle
. After the operator call, the
metrology model is invalid.
For an explanation of the concept of 2D metrology see the introduction of chapter 2D Metrology.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.
MetrologyHandle
(input_control, state is modified) metrology_model →
(handle)
Handle of the metrology model.
The operator clear_metrology_model
returns the value 2 (H_MSG_TRUE)
if a valid handle was passed and the referred metrology model can
be freed correctly. Otherwise, an exception will be raised.
get_metrology_object_result
,
write_metrology_model
2D Metrology