Click or drag to resize

ModelSpringelementLength Method (Element)

calculates length of element. Springs may have zero length. Therefore their length is always assumed to be 1 otherwise they would be removed by the ModelBuilder

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override double elementLength(
	Element elem
)

Parameters

elem
Type: Element
reference to the underlying feb-element

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Elements.ModelSpring.elementLength(feb.Element)"]

See Also