HALCON Reference Manual / Matching-3D Operators

clear_all_shape_model_3d (Operator)

Name

clear_all_shape_model_3d — Free the memory of all 3D shape models.

Synopsis

clear_all_shape_model_3d( : : : )

Description

The operator clear_all_shape_model_3d frees the memory of all 3D shape models that were created by create_shape_model_3d. After calling clear_all_shape_model_3d, no model can be used any longer.

Attention

clear_all_shape_model_3d exists solely for the purpose of implementing the “reset program” functionality in HDevelop. clear_all_shape_model_3d must not be used in any application.

Result

clear_all_shape_model_3d always returns 2 (H_MSG_TRUE).

Parallelization Information

clear_all_shape_model_3d is processed completely exclusively without parallelization.

Possible Predecessors

create_shape_model_3d, read_shape_model_3d, write_shape_model_3d

Alternatives

clear_shape_model_3d

Module

3D Metrology


HALCON Reference Manual / Matching-3D Operators
Version 9.0.2 Copyright © 1996-2010 MVTec Software GmbH