IStateElement1DGetMoment Method

Gets the Vector3 in local undeformed cross section coordinate system of the internal moments acting at the base point. 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 GetMoment(
	out int selectionInd
)

Parameters

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