ModelSpringelementLength(Model) Method

calculates the length of the element in the karamba-model. Does not correspond to the real length in case of springs.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override double elementLength(
	Model model
)

Parameters

model  Model
model the element belongs to (is needed to determine the position of the nodes).

Return Value

Double
length of element as in the karamba-model: may be distorted when calculated from a deformed model.

See Also