Click or drag to resize

ModelShellweight Method

return mass of the element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override double weight(
	IReadOnlyList<Node> nodes
)

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