Operator Reference
clear_stereo_model (Operator)
clear_stereo_model — Free the memory of a stereo model.
Signature
clear_stereo_model( :  : StereoModelID : )
Description
The operator clear_stereo_model frees the memory of the
stereo model StereoModelID that was created by
create_stereo_model. After
calling clear_stereo_model, the model can no longer be used.
The handle StereoModelID becomes invalid.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
 - Multithreading scope: global (may be called from any thread).
 - Processed without parallelization.
 
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
StereoModelID (input_control, state is modified)  stereo_model →  (handle)
Handle of the stereo model.
Module
3D Metrology