Click or drag to resize

ModelElementweight Method

return weight of the element in kN

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

Parameters

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

Return Value

Type: Double
mass of the element
See Also