ClassesClasses | | Operators

reset_sheet_of_light_modelreset_sheet_of_light_modelResetSheetOfLightModelResetSheetOfLightModel (Operator)

Name

reset_sheet_of_light_modelreset_sheet_of_light_modelResetSheetOfLightModelResetSheetOfLightModel — Reset a sheet-of-light model.

Signature

reset_sheet_of_light_model( : : SheetOfLightModelID : )

Herror reset_sheet_of_light_model(const Hlong SheetOfLightModelID)

Herror T_reset_sheet_of_light_model(const Htuple SheetOfLightModelID)

void ResetSheetOfLightModel(const HTuple& SheetOfLightModelID)

void HSheetOfLightModel::ResetSheetOfLightModel() const

static void HOperatorSet.ResetSheetOfLightModel(HTuple sheetOfLightModelID)

void HSheetOfLightModel.ResetSheetOfLightModel()

Description

The operator reset_sheet_of_light_modelreset_sheet_of_light_modelResetSheetOfLightModelResetSheetOfLightModelResetSheetOfLightModel resets a sheet-of-light model that was created by create_sheet_of_light_modelcreate_sheet_of_light_modelCreateSheetOfLightModelCreateSheetOfLightModelCreateSheetOfLightModel. All indices and result arrays used by the model are reset. The parameters of the model remain unchanged. The handle of the model is passed in SheetOfLightModelIDSheetOfLightModelIDSheetOfLightModelIDSheetOfLightModelIDsheetOfLightModelID.

Execution Information

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

SheetOfLightModelIDSheetOfLightModelIDSheetOfLightModelIDSheetOfLightModelIDsheetOfLightModelID (input_control, state is modified)  sheet_of_light_model HSheetOfLightModel, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Handle of the sheet-of-light model.

Result

The operator reset_sheet_of_light_modelreset_sheet_of_light_modelResetSheetOfLightModelResetSheetOfLightModelResetSheetOfLightModel returns the value 2 (H_MSG_TRUE) if a valid handle is passed and the sheet-of-light model can be reset correctly. Otherwise, an exception will be raised.

See also

clear_sheet_of_light_modelclear_sheet_of_light_modelClearSheetOfLightModelClearSheetOfLightModelClearSheetOfLightModel

Module

3D Metrology


ClassesClasses | | Operators