Operators |
clear_object_model_3d — Free the memory of a 3D object model.
clear_object_model_3d( : : ObjectModel3D : )
The operator clear_object_model_3d frees the memory of a 3D object model that was previously created. This operator has to be called if a 3D object model should be overwritten. After calling clear_object_model_3d , the model can no longer be used. The handle ObjectModel3D becomes invalid.
Handle of the 3D object model.
If the handle of the model is valid, the operator clear_object_model_3d returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
read_object_model_3d, xyz_to_object_model_3d
3D Metrology
Operators |