Mesh_DistributedForce(Int32, Vector3, LoadOrientation) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public Mesh_DistributedForce(
	int elemInd,
	Vector3 q,
	LoadOrientation qOrient
)

Parameters

elemInd  Int32
index of the element the load acts on.
q  Vector3
stress vector (kN/m2).
qOrient  LoadOrientation
load orientation.

See Also