StateElement1DGetForce Method

Gets the Vector3 in local undeformed cross section coordinate system of the internal force acting at the base point. /// X = axial force, Y = shear force in the y-direction of the local cross-section coordinate system, Z = shear force 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#
public Vector3 GetForce(
	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 force vector.

Implements

IStateElement1DGetForce(Int32)

See Also