Click or drag to resize

ModelElementStraightLineelementLength Method (Element)

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 abstract double elementLength(
	Element elem
)

Parameters

elem
Type: Element
element of which length is to be determined.

Return Value

Type: Double
length of specified element.
See Also