|
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)
Syntaxpublic override double Volume(
IReadOnlyList<Node> nodes
)
Public Overrides Function Volume (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double Volume(
IReadOnlyList<Node^>^ nodes
) override
abstract Volume :
nodes : IReadOnlyList<Node> -> float
override Volume :
nodes : IReadOnlyList<Node> -> float
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