|
ModelElementVolume 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 abstract double Volume(
IReadOnlyList<Node> nodes
)
Public MustOverride Function Volume (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double Volume(
IReadOnlyList<Node^>^ nodes
) abstract
abstract 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.ModelElement.Volume(System.Collections.Generic.IReadOnlyList{Karamba.Nodes.Node})"]
See Also