ModelElementStraightLineelementLength(Element) Method
calculates the length of the element in the karamba-model. Does not correspond to the real length in case of springs.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public abstract double elementLength(
Element elem
)
Public MustOverride Function elementLength (
elem As Element
) As Double
public:
virtual double elementLength(
Element^ elem
) abstract
abstract elementLength :
elem : Element -> float
- elem Element
- element of which length is to be determined.
Doublelength of specified element.