|
ModelElementweight 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)
Syntaxpublic abstract double weight(
IReadOnlyList<Node> nodes
)
Public MustOverride Function weight (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double weight(
IReadOnlyList<Node^>^ nodes
) abstract
abstract weight :
nodes : IReadOnlyList<Node> -> float
Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListNode
Nodes of the model.
Return Value
Type:
Doublemass of the element.
See Also