|
DistributedForceCreateFebLoad Method
|
Create a new instance of a
feb's load. The load is linked to the
DistributedLoad.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected override Load CreateFebLoad(
VectReal values,
double position
)
Protected Overrides Function CreateFebLoad (
values As VectReal,
position As Double
) As Load
protected:
virtual Load^ CreateFebLoad(
VectReal^ values,
double position
) override
abstract CreateFebLoad :
values : VectReal *
position : float -> Load
override CreateFebLoad :
values : VectReal *
position : float -> Load
Parameters
- values
- Type: VectReal
Values for the feb's load. - position
- Type: SystemDouble
Position of the feb's load.
Return Value
Type:
Load[Missing <returns> documentation for "M:Karamba.Loads.Beam.DistributedForce.CreateFebLoad(feb.VectReal,System.Double)"]
See Also