IStateElement1DGetMomentAtBasePoint Method

Gets the Vector3 in local undeformed cross section coordinate system of the internal moments acting at the base point (without eccentricity) in local coordinates. X = Torsional moment, Y = Bending moment in the y-direction of the local cross-section coordinate system, Z = Bending moment in the z-direction of the local cross-section coordinate system.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
Vector3 GetMomentAtBasePoint(
	Vector3 eccentricity,
	out int selectionInd
)

Parameters

eccentricity  Vector3
Eccentricity of the point where the moments shall be retrieved in local coordinates.
selectionInd  Int32
Index of the load case within the given load cases from which the result originates.

Return Value

Vector3
The internal moment vector.

See Also