Operator Reference
serialize_shape_model_3d (Operator)
serialize_shape_model_3d
— Serialize a 3D shape model.
Signature
serialize_shape_model_3d( : : ShapeModel3DID : SerializedItemHandle)
Description
serialize_shape_model_3d
serializes the data of a 3D 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_3d
is converted to a serialized
item. The 3D shape model is defined by the handle
ShapeModel3DID
. The serialized 3D shape model is returned by the
handle SerializedItemHandle
and can be deserialized by
deserialize_shape_model_3d
.
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
ShapeModel3DID
(input_control) shape_model_3d →
(handle)
Handle of the 3D shape model.
SerializedItemHandle
(output_control) serialized_item →
(handle)
Handle of the serialized item.
Result
If the parameters are valid, the operator
serialize_shape_model_3d
returns the value 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
Possible Predecessors
Possible Successors
fwrite_serialized_item
,
send_serialized_item
,
deserialize_shape_model_3d
Module
3D Metrology