Click or drag to resize

MeshLoad Constructor

create a new mesh-load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MeshLoad(
	List<Vector3> stresses,
	int loadCase = 0
)

Parameters

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