Click or drag to resize

Mesh_UniformlyDistLoad Constructor (Int32, Vector3, LoadOrientation, String)

Initializes a new instance of the Mesh_UniformlyDistLoad class. create an new mesh-load generated line-load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh_UniformlyDistLoad(
	int elem_ind,
	Vector3 q,
	LoadOrientation q_orient,
	string LcName
)

Parameters

elem_ind
Type: SystemInt32
index of the element the load acts on.
q
Type: Karamba.GeometryVector3
stress vector (kN/m2).
q_orient
Type: Karamba.LoadsLoadOrientation
load orientation.
LcName
Type: SystemString
name of load-case the load belongs to.
See Also