write_deformable_surface_modelT_write_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel (Operator)

Name

write_deformable_surface_modelT_write_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel — Write a deformable surface model to a file.

Signature

write_deformable_surface_model( : : DeformableSurfaceModel, FileName : )

Herror T_write_deformable_surface_model(const Htuple DeformableSurfaceModel, const Htuple FileName)

void WriteDeformableSurfaceModel(const HTuple& DeformableSurfaceModel, const HTuple& FileName)

void HDeformableSurfaceModel::WriteDeformableSurfaceModel(const HString& FileName) const

void HDeformableSurfaceModel::WriteDeformableSurfaceModel(const char* FileName) const

void HDeformableSurfaceModel::WriteDeformableSurfaceModel(const wchar_t* FileName) const   (Windows only)

static void HOperatorSet.WriteDeformableSurfaceModel(HTuple deformableSurfaceModel, HTuple fileName)

void HDeformableSurfaceModel.WriteDeformableSurfaceModel(string fileName)

Description

The operator write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModel writes a deformable surface model to the file FileNameFileNameFileNameFileNamefileName. The file can be read again with read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModel. The default HALCON file extension for the deformable surface model file is 'dsfm'.

Execution Information

Parameters

DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModel (input_control)  deformable_surface_model HDeformableSurfaceModel, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the deformable surface model to write.

FileNameFileNameFileNameFileNamefileName (input_control)  filename.write HTupleHTupleHtuple (string) (string) (HString) (char*)

File name to write to.

File extension: .dsfm

Result

write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModel returns 2 (H_MSG_TRUE) if all parameters are correct and the HALCON process has write permission to the file. If necessary, an exception is raised.

Possible Predecessors

read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModel, create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModel, get_deformable_surface_model_paramget_deformable_surface_model_paramGetDeformableSurfaceModelParamGetDeformableSurfaceModelParamGetDeformableSurfaceModelParam

Possible Successors

clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModelClearDeformableSurfaceModel

See also

create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModel, read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModel

Module

3D Metrology