serialize_shape_model_3dT_serialize_shape_model_3dSerializeShapeModel3dSerializeShapeModel3dserialize_shape_model_3d (Operator)
Name
serialize_shape_model_3dT_serialize_shape_model_3dSerializeShapeModel3dSerializeShapeModel3dserialize_shape_model_3d
— Serialize a 3D shape model.
Signature
Description
serialize_shape_model_3dserialize_shape_model_3dSerializeShapeModel3dSerializeShapeModel3dSerializeShapeModel3dserialize_shape_model_3d
serializes the data of a 3D shape model
(see fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItemfwrite_serialized_item
for an introduction of the
basic principle of serialization). The same data that is written
in a file by write_shape_model_3dwrite_shape_model_3dWriteShapeModel3dWriteShapeModel3dWriteShapeModel3dwrite_shape_model_3d
is converted to a serialized
item. The 3D shape model is defined by the handle
ShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDshapeModel3DIDshape_model_3did
. The serialized 3D shape model is returned by the
handle SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandleserialized_item_handle
and can be deserialized by
deserialize_shape_model_3ddeserialize_shape_model_3dDeserializeShapeModel3dDeserializeShapeModel3dDeserializeShapeModel3ddeserialize_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
ShapeModel3DIDShapeModel3DIDShapeModel3DIDShapeModel3DIDshapeModel3DIDshape_model_3did
(input_control) shape_model_3d →
HShapeModel3D, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the 3D shape model.
SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandleserialized_item_handle
(output_control) serialized_item →
HSerializedItem, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the serialized item.
Result
If the parameters are valid, the operator
serialize_shape_model_3dserialize_shape_model_3dSerializeShapeModel3dSerializeShapeModel3dSerializeShapeModel3dserialize_shape_model_3d
returns the value TRUE. If
necessary, an exception is raised.
Possible Predecessors
create_shape_model_3dcreate_shape_model_3dCreateShapeModel3dCreateShapeModel3dCreateShapeModel3dcreate_shape_model_3d
Possible Successors
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItemfwrite_serialized_item
,
send_serialized_itemsend_serialized_itemSendSerializedItemSendSerializedItemSendSerializedItemsend_serialized_item
,
deserialize_shape_model_3ddeserialize_shape_model_3dDeserializeShapeModel3dDeserializeShapeModel3dDeserializeShapeModel3ddeserialize_shape_model_3d
Module
3D Metrology