ClassesClassesClassesClasses | | | | Operators

clear_shape_model_3dclear_shape_model_3dClearShapeModel3dclear_shape_model_3dClearShapeModel3dClearShapeModel3d (Operator)

Name

clear_shape_model_3dclear_shape_model_3dClearShapeModel3dclear_shape_model_3dClearShapeModel3dClearShapeModel3d — Free the memory of a 3D shape model.

Signature

clear_shape_model_3d( : : ShapeModel3DID : )

Herror clear_shape_model_3d(const Hlong ShapeModel3DID)

Herror T_clear_shape_model_3d(const Htuple ShapeModel3DID)

Herror clear_shape_model_3d(const HTuple& ShapeModel3DID)

void ClearShapeModel3d(const HTuple& ShapeModel3DID)

void HOperatorSetX.ClearShapeModel3d([in] VARIANT ShapeModel3DID)

static void HOperatorSet.ClearShapeModel3d(HTuple shapeModel3DID)

Description

The operator clear_shape_model_3dclear_shape_model_3dClearShapeModel3dclear_shape_model_3dClearShapeModel3dClearShapeModel3d frees the memory of a 3D shape model that was created by create_shape_model_3dcreate_shape_model_3dCreateShapeModel3dcreate_shape_model_3dCreateShapeModel3dCreateShapeModel3d. After calling clear_shape_model_3dclear_shape_model_3dClearShapeModel3dclear_shape_model_3dClearShapeModel3dClearShapeModel3d, the model can no longer be used. The handle ShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDshapeModel3DID becomes invalid.

Parallelization

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.

Parameters

ShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDshapeModel3DID (input_control, state is modified)  shape_model_3d(-array) HShapeModel3D, HTupleHTupleHShapeModel3D, HTupleHShapeModel3DX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the 3D shape model.

Result

If the handle of the model is valid, the operator clear_shape_model_3dclear_shape_model_3dClearShapeModel3dclear_shape_model_3dClearShapeModel3dClearShapeModel3d returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.

Possible Predecessors

create_shape_model_3dcreate_shape_model_3dCreateShapeModel3dcreate_shape_model_3dCreateShapeModel3dCreateShapeModel3d, read_shape_model_3dread_shape_model_3dReadShapeModel3dread_shape_model_3dReadShapeModel3dReadShapeModel3d, write_shape_model_3dwrite_shape_model_3dWriteShapeModel3dwrite_shape_model_3dWriteShapeModel3dWriteShapeModel3d

Module

3D Metrology


ClassesClassesClassesClasses | | | | Operators