ConcentratedMomentCreateFebLoad Method
Create a new instance of a
feb's load. The load is linked to this
ConcentratedLoad.
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected override Load CreateFebLoad(
double elemLength
)
Protected Overrides Function CreateFebLoad (
elemLength As Double
) As Load
protected:
virtual Load^ CreateFebLoad(
double elemLength
) override
abstract CreateFebLoad :
elemLength : float -> Load
override CreateFebLoad :
elemLength : float -> Load
- elemLength Double
- Length of the element.
LoadA feb load object which is not owned by the C# code.