Operators |
clear_shape_model_3d — Free the memory of a 3D shape model.
clear_shape_model_3d( : : ShapeModel3DID : )
The operator clear_shape_model_3d frees the memory of a 3D shape model that was created by create_shape_model_3d. After calling clear_shape_model_3d , the model can no longer be used. The handle ShapeModel3DID becomes invalid.
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.Handle of the 3D shape model.
If the handle of the model is valid, the operator clear_shape_model_3d returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
create_shape_model_3d, read_shape_model_3d, write_shape_model_3d
3D Metrology
Operators |