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.
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
Vector3 GetMomentAtBasePoint(
Vector3 eccentricity,
out int selectionInd
)
Function GetMomentAtBasePoint (
eccentricity As Vector3,
<OutAttribute> ByRef selectionInd As Integer
) As Vector3
Vector3 GetMomentAtBasePoint(
Vector3 eccentricity,
[OutAttribute] int% selectionInd
)
abstract GetMomentAtBasePoint :
eccentricity : Vector3 *
selectionInd : int byref -> Vector3
- 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.
Vector3
The internal moment vector.