Name
serialize_shape_modelserialize_shape_modelSerializeShapeModelSerializeShapeModel — Serialize a shape model.
serialize_shape_modelserialize_shape_modelSerializeShapeModelSerializeShapeModelSerializeShapeModel serializes the data of a shape model
(see fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem for an introduction of the
basic principle of serialization). The same data that is written
in a file by write_shape_modelwrite_shape_modelWriteShapeModelWriteShapeModelWriteShapeModel is converted to a serialized
item. The shape model is defined by the handle
ModelIDModelIDModelIDModelIDmodelID. The serialized shape model is returned by the
handle SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle and can be deserialized by
deserialize_shape_modeldeserialize_shape_modelDeserializeShapeModelDeserializeShapeModelDeserializeShapeModel.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Handle of the serialized item.
If the parameters are valid, the operator
serialize_shape_modelserialize_shape_modelSerializeShapeModelSerializeShapeModelSerializeShapeModel returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
create_shape_modelcreate_shape_modelCreateShapeModelCreateShapeModelCreateShapeModel,
create_scaled_shape_modelcreate_scaled_shape_modelCreateScaledShapeModelCreateScaledShapeModelCreateScaledShapeModel,
create_aniso_shape_modelcreate_aniso_shape_modelCreateAnisoShapeModelCreateAnisoShapeModelCreateAnisoShapeModel
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem,
send_serialized_itemsend_serialized_itemSendSerializedItemSendSerializedItemSendSerializedItem,
deserialize_shape_modeldeserialize_shape_modelDeserializeShapeModelDeserializeShapeModelDeserializeShapeModel
Matching