|
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)
Syntaxpublic override double elementLength(
Element elem
)
Public Overrides Function elementLength (
elem As Element
) As Double
public:
virtual double elementLength(
Element^ elem
) override
abstract elementLength :
elem : Element -> float
override elementLength :
elem : Element -> float
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