ClassesClassesClassesClasses | | | | Operators

write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel (Operator)

Name

write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel — Write a deformable surface model to a file.

Signature

write_deformable_surface_model( : : DeformableSurfaceModel, FileName : )

Herror write_deformable_surface_model(const Hlong DeformableSurfaceModel, const char* FileName)

Herror T_write_deformable_surface_model(const Htuple DeformableSurfaceModel, const Htuple FileName)

Herror write_deformable_surface_model(const HTuple& DeformableSurfaceModel, const HTuple& FileName)

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

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

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

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

void HOperatorSetX.WriteDeformableSurfaceModel(
[in] VARIANT DeformableSurfaceModel, [in] VARIANT FileName)

void HDeformableSurfaceModelX.WriteDeformableSurfaceModel([in] BSTR FileName)

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

void HDeformableSurfaceModel.WriteDeformableSurfaceModel(string fileName)

Description

The operator write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel writes a deformable surface model to the file FileNameFileNameFileNameFileNameFileNamefileName. The file can be read again with read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModel. The default HALCON file extension for the deformable surface model file is 'dsfm'.

Parallelization

Parameters

DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModel (input_control)  deformable_surface_model HDeformableSurfaceModel, HTupleHTupleHDeformableSurfaceModel, HTupleHDeformableSurfaceModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the deformable surface model to write.

FileNameFileNameFileNameFileNameFileNamefileName (input_control)  filename.write HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

File name to write to.

File extension: .dsfm

Result

write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel 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_modelReadDeformableSurfaceModelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModel, create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModel, get_deformable_surface_model_paramget_deformable_surface_model_paramGetDeformableSurfaceModelParamget_deformable_surface_model_paramGetDeformableSurfaceModelParamGetDeformableSurfaceModelParam

Possible Successors

clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModel

See also

create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModel, read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModel

Module

3D Metrology


ClassesClassesClassesClasses | | | | Operators