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

Parameters

elem  Element
element of which length is to be determined.

Return Value

Double
length of specified element.

See Also