Click or drag to resize

ModelTrussVolume Method

Get volume of the element in [m3?].

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

[Missing <returns> documentation for "M:Karamba.Elements.ModelTruss.Volume(System.Collections.Generic.IReadOnlyList{Karamba.Nodes.Node})"]

See Also