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.
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Vector3 GetForce(
out int selectionInd
)
Public Function GetForce (
<OutAttribute> ByRef selectionInd As Integer
) As Vector3
public:
virtual Vector3 GetForce(
[OutAttribute] int% selectionInd
) sealed
abstract GetForce :
selectionInd : int byref -> Vector3
override GetForce :
selectionInd : int byref -> Vector3
- selectionInd Int32
- Index of the load case within the given load cases from which the result originates.
Vector3
The internal force vector.
IStateElement1DGetForce(Int32)