Click or drag to resize

ModelTrusselementLength Method (Model)

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

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override double elementLength(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
model the element belongs to (is needed to determine the position of the nodes).

Return Value

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