ConcentratedLoadCreateFebLoad 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 abstract Load CreateFebLoad(
double elemLength
)
Protected MustOverride Function CreateFebLoad (
elemLength As Double
) As Load
protected:
virtual Load^ CreateFebLoad(
double elemLength
) abstract
abstract CreateFebLoad :
elemLength : float -> Load
- elemLength Double
- Length of the element.
LoadA feb load object which is not owned by the C# code.