DistributedLoadCreateFebLoad Method

Create a new instance of a feb's load. The load is linked to the DistributedLoad.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected abstract Load CreateFebLoad(
	VectReal values,
	double position
)

Parameters

values  VectReal
Values for the feb's load.
position  Double
Position of the feb's load.

Return Value

Load

[Missing <returns> documentation for "M:Karamba.Loads.Beam.DistributedLoad.CreateFebLoad(feb.VectReal,System.Double)"]

See Also