|
Element1DStateGetCentricForceVectors Method
|
Gets the centric force and moment vector of the state.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic (Vector3 , Vector3 ) GetCentricForceVectors(
Vector3 ecc
)
Public Function GetCentricForceVectors (
ecc As Vector3
) As ( As Vector3, As Vector3)
public:
ValueTuple<Vector3, Vector3> GetCentricForceVectors(
Vector3 ecc
)
member GetCentricForceVectors :
ecc : Vector3 -> ValueTuple<Vector3, Vector3>
Parameters
- ecc
- Type: Karamba.GeometryVector3
'Eccentricity of the element in local coordinates.
Return Value
Type:
ValueTupleVector3,
Vector3Two vectors: forces/moments in the local coordinate system.
See Also