ConcentratedLoadCreateFebLoad Method

Create a new instance of a feb's load. The load is linked to this ConcentratedLoad.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected abstract Load CreateFebLoad(
	double elemLength
)

Parameters

elemLength  Double
Length of the element.

Return Value

Load
A feb load object which is not owned by the C# code.

See Also