LoadCaseGetLoadLeafContributions Method

Adds to the contribution of each Leaf to the load-component.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override List<Tuple<LoadComponent, double>> GetLoadLeafContributions(
	double factor = 1
)

Parameters

factor  Double  (Optional)
Factor with which to add the contributions.

Return Value

ListTupleLoadComponent, Double
The factored contribution of each leaf to the load-component.

See Also