Click or drag to resize

Mesh_UniformlyDistLoad Constructor

create an new mesh-load generated line-load

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

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
loadcase
Type: SystemInt32
index of load-case the load belongs to
See Also