Click or drag to resize

MeshLoadNew Constructor (ListVector3, String)

Initializes a new instance of the MeshLoadNew class. create a new mesh-load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public MeshLoadNew(
	List<Vector3> stresses,
	string LcName = "0"
)

Parameters

stresses
Type: System.Collections.GenericListVector3
stress vector in kN/m2.
LcName (Optional)
Type: SystemString
name of load-case the load belongs to.
See Also