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