serialize_shape_model🔗
Short description🔗
serialize_shape_model — Serialize a shape model.
Signature🔗
serialize_shape_model( shape_model ModelID, out serialized_item SerializedItemHandle )
Description🔗
serialize_shape_model serializes the data of a shape model
(see fwrite_serialized_item for an introduction of the
basic principle of serialization). The same data that is written
in a file by write_shape_model is converted to a serialized
item. The shape model is defined by the handle
ModelID. The serialized shape model is returned by the
handle SerializedItemHandle and can be deserialized by
deserialize_shape_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🔗
ModelID (input_control) shape_model → (handle)
Handle of the model.
SerializedItemHandle (output_control) serialized_item → (handle)
Handle of the serialized item.
Result🔗
If the parameters are valid, the operator
serialize_shape_model returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
fwrite_serialized_item, send_serialized_item, deserialize_shape_model
Module🔗
Matching