Click or drag to resize

Element1DStateGetForce Method

Gets the force/moment that acts on the ModelElementStraightLine at Position.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double GetForce(
	BeamDofs dof
)

Parameters

dof
Type: Karamba.UtilitiesBeamDofs
The BeamDofs that the force/moment works against.

Return Value

Type: Double
Force/moment value.
See Also