|
ModelShellweight Method
|
return mass of the element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override double weight(
IReadOnlyList<Node> nodes
)
Public Overrides Function weight (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double weight(
IReadOnlyList<Node^>^ nodes
) override
abstract weight :
nodes : IReadOnlyList<Node> -> float
override weight :
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.ModelShell.weight(System.Collections.Generic.IReadOnlyList{Karamba.Nodes.Node})"]
See Also