Click or drag to resize

ModelSpringweight Method

Gets mass of a spring which is zero.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override double weight(
	IReadOnlyList<Node> nodes
)

Parameters

nodes
Type: System.Collections.GenericIReadOnlyListNode
nodes of the model.

Return Value

Type: Double
Mass of a spring which is zero.
See Also