Skip to content

deserialize_deformable_surface_modelDeserializeDeformableSurfaceModelDeserializeDeformableSurfaceModeldeserialize_deformable_surface_modelT_deserialize_deformable_surface_model🔗

Short description🔗

deserialize_deformable_surface_modelDeserializeDeformableSurfaceModelDeserializeDeformableSurfaceModeldeserialize_deformable_surface_modelT_deserialize_deformable_surface_model — Deserialize a deformable surface model.

Signature🔗

deserialize_deformable_surface_model( serialized_item SerializedItemHandle, out deformable_surface_model DeformableSurfaceModel )void DeserializeDeformableSurfaceModel( const HTuple& SerializedItemHandle, HTuple* DeformableSurfaceModel )static void HOperatorSet.DeserializeDeformableSurfaceModel( HTuple serializedItemHandle, out HTuple deformableSurfaceModel )def deserialize_deformable_surface_model( serialized_item_handle: HHandle ) -> HHandle

Herror T_deserialize_deformable_surface_model( const Htuple SerializedItemHandle, Htuple* DeformableSurfaceModel )

void HDeformableSurfaceModel::DeserializeDeformableSurfaceModel( const HSerializedItem& SerializedItemHandle )

void HDeformableSurfaceModel.DeserializeDeformableSurfaceModel( HSerializedItem serializedItemHandle )

Description🔗

deserialize_deformable_surface_modelDeserializeDeformableSurfaceModel deserializes a deformable surface model, that was serialized by serialize_deformable_surface_modelSerializeDeformableSurfaceModel (see fwrite_serialized_itemFwriteSerializedItem for an introduction of the basic principle of serialization). The serialized deformable surface model is defined by the handle SerializedItemHandleserializedItemHandleserialized_item_handle. The deserialized values are stored in an automatically created deformable surface model with the handle DeformableSurfaceModeldeformableSurfaceModeldeformable_surface_model.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

SerializedItemHandleserializedItemHandleserialized_item_handle (input_control) serialized_item → (handle)HTuple (HHandle)HSerializedItem, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the serialized item.

DeformableSurfaceModeldeformableSurfaceModeldeformable_surface_model (output_control) deformable_surface_model → (handle)HTuple (HHandle)HDeformableSurfaceModel, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the deformable surface model.

Result🔗

If the parameters are valid, the operator deserialize_deformable_surface_modelDeserializeDeformableSurfaceModel returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.

Combinations with other operators🔗

Combinations

Possible predecessors

fread_serialized_itemFreadSerializedItem, receive_serialized_itemReceiveSerializedItem, serialize_deformable_surface_modelSerializeDeformableSurfaceModel

Possible successors

find_deformable_surface_modelFindDeformableSurfaceModel, refine_deformable_surface_modelRefineDeformableSurfaceModel, get_deformable_surface_model_paramGetDeformableSurfaceModelParam, clear_deformable_surface_modelClearDeformableSurfaceModel

Alternatives

create_deformable_surface_modelCreateDeformableSurfaceModel

See also

create_deformable_surface_modelCreateDeformableSurfaceModel, read_deformable_surface_modelReadDeformableSurfaceModel, write_deformable_surface_modelWriteDeformableSurfaceModel, serialize_deformable_surface_modelSerializeDeformableSurfaceModel

Module🔗

3D Metrology