Click or drag to resize

ModelSpringVolume Method

Gets the volume 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 Volume(
	IReadOnlyList<Node> nodes
)

Parameters

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

Return Value

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