|
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: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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
Parameters
- elem
- Type: Element
element of which length is to be determined
Return Value
Type:
Doublelength of specified element
See Also