Mesh_DistributedForceDeserialize Method

Converts a tuple of arrays of values into a list of mesh element loads.

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static List<Mesh_DistributedForce> Deserialize(
	string name,
	SerializationInfo info,
	StreamingContext context
)

Parameters

name  String
name of the data in the stream.
info  SerializationInfo
serialization info.
context  StreamingContext
serialization context.

Return Value

ListMesh_DistributedForce
List of converted loads.

See Also