Click or drag to resize

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)
Syntax
public (Vector3 , Vector3 ) GetCentricForceVectors(
	Vector3 ecc
)

Parameters

ecc
Type: Karamba.GeometryVector3
'Eccentricity of the element in local coordinates.

Return Value

Type: ValueTupleVector3, Vector3
Two vectors: forces/moments in the local coordinate system.
See Also