deserialize_deformable_surface_model🔗
Short description🔗
deserialize_deformable_surface_model — Deserialize a deformable surface model.
Signature🔗
deserialize_deformable_surface_model( serialized_item SerializedItemHandle, out deformable_surface_model DeformableSurfaceModel )
Description🔗
deserialize_deformable_surface_model deserializes a deformable surface model,
that was serialized by serialize_deformable_surface_model (see
fwrite_serialized_item for an introduction of the basic
principle of serialization). The serialized deformable surface model is
defined by the handle SerializedItemHandle.
The deserialized values are stored in an automatically created
deformable surface model with the handle DeformableSurfaceModel.
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🔗
SerializedItemHandle (input_control) serialized_item → (handle)
Handle of the serialized item.
DeformableSurfaceModel (output_control) deformable_surface_model → (handle)
Handle of the deformable surface model.
Result🔗
If the parameters are valid, the operator
deserialize_deformable_surface_model returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_deformable_surface_model
Possible successors
find_deformable_surface_model, refine_deformable_surface_model, get_deformable_surface_model_param, clear_deformable_surface_model
Alternatives
create_deformable_surface_model
See also
create_deformable_surface_model, read_deformable_surface_model, write_deformable_surface_model, serialize_deformable_surface_model
Module🔗
3D Metrology