Click or drag to resize

Element1DStateGetForceVectors Method

Gets the 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 ) GetForceVectors()

Return Value

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