Skip to content

serialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModelserialize_deformable_surface_modelT_serialize_deformable_surface_model🔗

Short description🔗

serialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModelserialize_deformable_surface_modelT_serialize_deformable_surface_model — Serialize a deformable surface_model.

Signature🔗

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

Herror T_serialize_deformable_surface_model( const Htuple DeformableSurfaceModel, Htuple* SerializedItemHandle )

HSerializedItem HDeformableSurfaceModel::SerializeDeformableSurfaceModel( ) const

HSerializedItem HDeformableSurfaceModel.SerializeDeformableSurfaceModel( )

Description🔗

serialize_deformable_surface_modelSerializeDeformableSurfaceModel serializes the data of a deformable surface model (see fwrite_serialized_itemFwriteSerializedItem for an introduction of the basic principle of serialization). The same data that is written in a file by write_deformable_surface_modelWriteDeformableSurfaceModel is converted to a serialized item. The deformable surface model is defined by the handle DeformableSurfaceModeldeformableSurfaceModeldeformable_surface_model. The serialized deformable surface model is returned by the handle SerializedItemHandleserializedItemHandleserialized_item_handle and can be deserialized by deserialize_deformable_surface_modelDeserializeDeformableSurfaceModel.

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🔗

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

Handle of the deformable surface model.

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

Handle of the serialized item.

Result🔗

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

Combinations with other operators🔗

Combinations

Possible predecessors

read_deformable_surface_modelReadDeformableSurfaceModel, create_deformable_surface_modelCreateDeformableSurfaceModel

Possible successors

clear_deformable_surface_modelClearDeformableSurfaceModel, fwrite_serialized_itemFwriteSerializedItem, send_serialized_itemSendSerializedItem, deserialize_deformable_surface_modelDeserializeDeformableSurfaceModel

See also

create_deformable_surface_modelCreateDeformableSurfaceModel, read_deformable_surface_modelReadDeformableSurfaceModel, write_deformable_surface_modelWriteDeformableSurfaceModel, deserialize_deformable_surface_modelDeserializeDeformableSurfaceModel

Module🔗

3D Metrology