Skip to content

deserialize_shape_model_3dDeserializeShapeModel3dDeserializeShapeModel3ddeserialize_shape_model_3dT_deserialize_shape_model_3d🔗

Short description🔗

deserialize_shape_model_3dDeserializeShapeModel3dDeserializeShapeModel3ddeserialize_shape_model_3dT_deserialize_shape_model_3d — Deserialize a serialized 3D shape model.

Signature🔗

deserialize_shape_model_3d( serialized_item SerializedItemHandle, out shape_model_3d ShapeModel3DID )void DeserializeShapeModel3d( const HTuple& SerializedItemHandle, HTuple* ShapeModel3DID )static void HOperatorSet.DeserializeShapeModel3d( HTuple serializedItemHandle, out HTuple shapeModel3DID )def deserialize_shape_model_3d( serialized_item_handle: HHandle ) -> HHandle

Herror T_deserialize_shape_model_3d( const Htuple SerializedItemHandle, Htuple* ShapeModel3DID )

void HShapeModel3D::DeserializeShapeModel3d( const HSerializedItem& SerializedItemHandle )

void HShapeModel3D.DeserializeShapeModel3d( HSerializedItem serializedItemHandle )

Description🔗

deserialize_shape_model_3dDeserializeShapeModel3d deserializes a 3D shape model, that was serialized by serialize_shape_model_3dSerializeShapeModel3d (see fwrite_serialized_itemFwriteSerializedItem for an introduction of the basic principle of serialization). The serialized 3D shape model is defined by the handle SerializedItemHandleserializedItemHandleserialized_item_handle. The deserialized values are stored in an automatically created 3D shape model with the handle ShapeModel3DIDshapeModel3DIDshape_model_3did.

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🔗

SerializedItemHandleserializedItemHandleserialized_item_handle (input_control) serialized_item → (handle)HTuple (HHandle)HSerializedItem, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the serialized item.

ShapeModel3DIDshapeModel3DIDshape_model_3did (output_control) shape_model_3d → (handle)HTuple (HHandle)HShapeModel3D, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the 3D shape model.

Result🔗

If the parameters are valid, the operator deserialize_shape_model_3dDeserializeShapeModel3d returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.

Combinations with other operators🔗

Combinations

Possible predecessors

fread_serialized_itemFreadSerializedItem, receive_serialized_itemReceiveSerializedItem, serialize_shape_model_3dSerializeShapeModel3d

Possible successors

find_shape_model_3dFindShapeModel3d, get_shape_model_3d_paramsGetShapeModel3dParams

See also

create_shape_model_3dCreateShapeModel3d, clear_shape_model_3dClearShapeModel3d

Module🔗

3D Metrology