ModelSpringelementLength(Model) 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 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
- model Model
- model the element belongs to (is needed to determine the position of the nodes).
Double length of element as in the karamba-model: may be distorted when calculated from a deformed model.