Click or drag to resize

ModelMembraneweight Method

return weight of the element in kN.

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 the element.
See Also