|
TranslationalGapCreateFebLoad Method
|
Create a new instance of a
feb's load. The load is linked to this
ConcentratedLoad.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected 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
Parameters
- elemLength
- Type: SystemDouble
[Missing <param name="elemLength"/> documentation for "M:Karamba.Loads.Beam.TranslationalGap.CreateFebLoad(System.Double)"]
Return Value
Type:
Load[Missing <returns> documentation for "M:Karamba.Loads.Beam.TranslationalGap.CreateFebLoad(System.Double)"]
See Also