Click or drag to resize

ModelSpringelementLength Method (Model)

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)
Syntax
public override double elementLength(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
model to which the spring belongs

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Elements.ModelSpring.elementLength(Karamba.Models.Model)"]

See Also