|
ModelTrusselementLength Method (Model)
|
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)
Syntaxpublic override double elementLength(
Model model
)
Public Overrides Function elementLength (
model As Model
) As Double
public:
virtual double elementLength(
Model^ model
) override
abstract elementLength :
model : Model -> float
override elementLength :
model : Model -> float
Parameters
- model
- Type: Karamba.ModelsModel
model the element belongs to (is needed to determine the position of the nodes).
Return Value
Type:
Double length of element as in the karamba-model: may be distorted when calculated from a deformed model.
See Also