Click or drag to resize

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)
Syntax
protected override Load CreateFebLoad(
	VectReal values,
	double position
)

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